{
  "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": 146133,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Oryctolagus",
            "speciesName": "cuniculus",
            "genomeVersion": "OryCun2.0",
            "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9984,
            "genomeSpeciesId": 9986,
            "preferredDisplayOrder": 13,
            "name": "rabbit",
            "id": 9986
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
          "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Oryctolagus",
            "speciesName": "cuniculus",
            "genomeVersion": "OryCun2.0",
            "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9984,
            "genomeSpeciesId": 9986,
            "preferredDisplayOrder": 13,
            "name": "rabbit",
            "id": 9986
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
          "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
        "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
        "baseUrl": "https://www.ebi.ac.uk/ena",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 255,
        "name": "ENA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 103
      },
      "xRef": {
        "xRefId": "ERP139683",
        "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
        "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
        "source": {
          "name": "ENA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ebi.ac.uk/ena"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s41556-023-01174-0",
      "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
      "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
      "id": "ERP139683"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955088,
          "sdRefIntergenicDistribution": 4.227008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17451582,
          "distinctRankCount": 4301,
          "maxRank": 18258.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.458632,
          "sdRefIntergenicDistribution": 1.966403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137799,
          "distinctRankCount": 648,
          "maxRank": 14131.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.599952,
          "sdRefIntergenicDistribution": 1.712040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16594,
          "distinctRankCount": 202,
          "maxRank": 12309.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.525918,
          "sdRefIntergenicDistribution": 1.754392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44348,
          "distinctRankCount": 381,
          "maxRank": 13143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.266002,
          "sdRefIntergenicDistribution": 2.868394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2432803,
          "distinctRankCount": 1960,
          "maxRank": 16269.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.098122,
          "sdRefIntergenicDistribution": 2.780729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1310406,
          "distinctRankCount": 1541,
          "maxRank": 16370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.149261,
          "sdRefIntergenicDistribution": 1.696258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30815,
          "distinctRankCount": 262,
          "maxRank": 12505.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.263260,
          "sdRefIntergenicDistribution": 2.037894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109595,
          "distinctRankCount": 505,
          "maxRank": 13579.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.482598,
          "sdRefIntergenicDistribution": 1.925959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65096,
          "distinctRankCount": 418,
          "maxRank": 13228.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.773052,
          "sdRefIntergenicDistribution": 2.053185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 164623,
          "distinctRankCount": 660,
          "maxRank": 14238.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.536053,
          "sdRefIntergenicDistribution": 1.803205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36496,
          "distinctRankCount": 356,
          "maxRank": 12838.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 129.692702,
          "sdRefIntergenicDistribution": 1.406792,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8529,
          "distinctRankCount": 147,
          "maxRank": 11624.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.330718,
          "sdRefIntergenicDistribution": 3.304260,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3822101,
          "distinctRankCount": 2488,
          "maxRank": 17030.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.673789,
          "sdRefIntergenicDistribution": 2.137298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 281911,
          "distinctRankCount": 861,
          "maxRank": 14715.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.400367,
          "sdRefIntergenicDistribution": 3.449668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4160736,
          "distinctRankCount": 2619,
          "maxRank": 17285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.717598,
          "sdRefIntergenicDistribution": 3.596865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10334986,
          "distinctRankCount": 3209,
          "maxRank": 17438.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.500695,
          "sdRefIntergenicDistribution": 3.393485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3496855,
          "distinctRankCount": 2468,
          "maxRank": 17137.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.365100,
          "sdRefIntergenicDistribution": 2.001931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92968,
          "distinctRankCount": 508,
          "maxRank": 13691.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.549078,
          "sdRefIntergenicDistribution": 1.605010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8156,
          "distinctRankCount": 134,
          "maxRank": 11710.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.884455,
          "sdRefIntergenicDistribution": 3.917217,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10038459,
          "distinctRankCount": 3168,
          "maxRank": 17469.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.112089,
          "sdRefIntergenicDistribution": 3.745760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7588350,
          "distinctRankCount": 3223,
          "maxRank": 17584.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 285897427,
            "mappedReadsCount": 185811967,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.654118,
          "sdRefIntergenicDistribution": 2.225667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 299070,
          "distinctRankCount": 846,
          "maxRank": 15292.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.056733,
          "sdRefIntergenicDistribution": 4.737651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28220850,
          "distinctRankCount": 5483,
          "maxRank": 18643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.870889,
          "sdRefIntergenicDistribution": 2.308182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 369450,
          "distinctRankCount": 1053,
          "maxRank": 14886.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.019823,
          "sdRefIntergenicDistribution": 3.001642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1777625,
          "distinctRankCount": 1985,
          "maxRank": 16769.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.809315,
          "sdRefIntergenicDistribution": 4.010569,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13682459,
          "distinctRankCount": 3908,
          "maxRank": 17499.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.346193,
          "sdRefIntergenicDistribution": 1.966791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65514,
          "distinctRankCount": 344,
          "maxRank": 13360.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.623422,
          "sdRefIntergenicDistribution": 2.028884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129331,
          "distinctRankCount": 495,
          "maxRank": 13745.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.811777,
          "sdRefIntergenicDistribution": 2.240703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169324,
          "distinctRankCount": 616,
          "maxRank": 13935.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.993221,
          "sdRefIntergenicDistribution": 2.121249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109286,
          "distinctRankCount": 528,
          "maxRank": 13731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.906576,
          "sdRefIntergenicDistribution": 2.658615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 755612,
          "distinctRankCount": 1393,
          "maxRank": 15707.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.223143,
          "sdRefIntergenicDistribution": 1.898949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65335,
          "distinctRankCount": 458,
          "maxRank": 13324.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.507415,
          "sdRefIntergenicDistribution": 3.540850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3900262,
          "distinctRankCount": 2756,
          "maxRank": 16989.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.513260,
          "sdRefIntergenicDistribution": 2.231106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 89595,
          "distinctRankCount": 576,
          "maxRank": 13678.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.368519,
          "sdRefIntergenicDistribution": 3.965531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6829985,
          "distinctRankCount": 3392,
          "maxRank": 17667.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.674041,
          "sdRefIntergenicDistribution": 4.724060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48439019,
          "distinctRankCount": 5798,
          "maxRank": 18461.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.559888,
          "sdRefIntergenicDistribution": 3.952684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6206983,
          "distinctRankCount": 3217,
          "maxRank": 17633.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.459690,
          "sdRefIntergenicDistribution": 1.914713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57087,
          "distinctRankCount": 443,
          "maxRank": 13310.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.803447,
          "sdRefIntergenicDistribution": 4.400892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17729152,
          "distinctRankCount": 4050,
          "maxRank": 17837.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.176175,
          "sdRefIntergenicDistribution": 4.128808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10887480,
          "distinctRankCount": 3936,
          "maxRank": 17860.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.665972,
          "sdRefIntergenicDistribution": 1.595266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12038,
          "distinctRankCount": 124,
          "maxRank": 11670.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 850323225,
            "mappedReadsCount": 565469512,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.451523,
          "sdRefIntergenicDistribution": 2.149199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 303661,
          "distinctRankCount": 897,
          "maxRank": 15358.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.037497,
          "sdRefIntergenicDistribution": 4.170249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12217261,
          "distinctRankCount": 3962,
          "maxRank": 18050.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.822463,
          "sdRefIntergenicDistribution": 2.572786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 753229,
          "distinctRankCount": 1368,
          "maxRank": 15577.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.627617,
          "sdRefIntergenicDistribution": 3.167286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2582232,
          "distinctRankCount": 2196,
          "maxRank": 17071.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.031551,
          "sdRefIntergenicDistribution": 2.075690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 162184,
          "distinctRankCount": 809,
          "maxRank": 14543.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.211024,
          "sdRefIntergenicDistribution": 2.978512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2576390,
          "distinctRankCount": 2107,
          "maxRank": 16402.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.838852,
          "sdRefIntergenicDistribution": 3.158461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2027525,
          "distinctRankCount": 1944,
          "maxRank": 16817.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.810033,
          "sdRefIntergenicDistribution": 1.990670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112825,
          "distinctRankCount": 479,
          "maxRank": 13908.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.189180,
          "sdRefIntergenicDistribution": 2.608965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 573673,
          "distinctRankCount": 1117,
          "maxRank": 15061.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.920649,
          "sdRefIntergenicDistribution": 2.345512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 416560,
          "distinctRankCount": 1040,
          "maxRank": 14928.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.068389,
          "sdRefIntergenicDistribution": 2.396091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 419139,
          "distinctRankCount": 1037,
          "maxRank": 15024.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.841764,
          "sdRefIntergenicDistribution": 2.037103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75008,
          "distinctRankCount": 543,
          "maxRank": 13523.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.340501,
          "sdRefIntergenicDistribution": 2.318060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 405246,
          "distinctRankCount": 1053,
          "maxRank": 15024.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.274055,
          "sdRefIntergenicDistribution": 3.795794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6125592,
          "distinctRankCount": 3139,
          "maxRank": 17362.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.984226,
          "sdRefIntergenicDistribution": 2.834453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1384644,
          "distinctRankCount": 1750,
          "maxRank": 16040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.375728,
          "sdRefIntergenicDistribution": 3.596518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4492991,
          "distinctRankCount": 2817,
          "maxRank": 17353.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.589053,
          "sdRefIntergenicDistribution": 4.189428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24879807,
          "distinctRankCount": 4494,
          "maxRank": 18135.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.427033,
          "sdRefIntergenicDistribution": 3.503383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3879798,
          "distinctRankCount": 2559,
          "maxRank": 17187.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.973773,
          "sdRefIntergenicDistribution": 2.202467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 191994,
          "distinctRankCount": 769,
          "maxRank": 14599.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.647386,
          "sdRefIntergenicDistribution": 1.524914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7881,
          "distinctRankCount": 117,
          "maxRank": 11577.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.718217,
          "sdRefIntergenicDistribution": 4.796452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33682456,
          "distinctRankCount": 5056,
          "maxRank": 18279.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.116617,
          "sdRefIntergenicDistribution": 4.012469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9196198,
          "distinctRankCount": 3620,
          "maxRank": 17732.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.112045,
          "sdRefIntergenicDistribution": 1.845876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29955,
          "distinctRankCount": 315,
          "maxRank": 12676.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.432090,
          "sdRefIntergenicDistribution": 1.985995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109667,
          "distinctRankCount": 551,
          "maxRank": 14334.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 464650238,
            "mappedReadsCount": 301083450,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.276670,
          "sdRefIntergenicDistribution": 2.048924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 242725,
          "distinctRankCount": 749,
          "maxRank": 15074.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.156130,
          "sdRefIntergenicDistribution": 3.828673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7359443,
          "distinctRankCount": 3168,
          "maxRank": 17710.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.971540,
          "sdRefIntergenicDistribution": 2.486058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 704628,
          "distinctRankCount": 1209,
          "maxRank": 16027.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.606773,
          "sdRefIntergenicDistribution": 1.832472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29507,
          "distinctRankCount": 300,
          "maxRank": 12861.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.973935,
          "sdRefIntergenicDistribution": 3.216691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4296539,
          "distinctRankCount": 2361,
          "maxRank": 16732.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.342210,
          "sdRefIntergenicDistribution": 2.407554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 551050,
          "distinctRankCount": 1060,
          "maxRank": 15694.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.697787,
          "sdRefIntergenicDistribution": 1.848445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43514,
          "distinctRankCount": 312,
          "maxRank": 12958.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.453407,
          "sdRefIntergenicDistribution": 2.245314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 273596,
          "distinctRankCount": 714,
          "maxRank": 14321.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.898038,
          "sdRefIntergenicDistribution": 1.845034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21750,
          "distinctRankCount": 228,
          "maxRank": 12351.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.213272,
          "sdRefIntergenicDistribution": 1.888526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26091,
          "distinctRankCount": 265,
          "maxRank": 12363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.983039,
          "sdRefIntergenicDistribution": 2.975996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1567799,
          "distinctRankCount": 1732,
          "maxRank": 16295.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.987232,
          "sdRefIntergenicDistribution": 1.910877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28358,
          "distinctRankCount": 297,
          "maxRank": 12659.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.982925,
          "sdRefIntergenicDistribution": 2.967127,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1511978,
          "distinctRankCount": 1737,
          "maxRank": 16491.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.636544,
          "sdRefIntergenicDistribution": 3.816590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13941244,
          "distinctRankCount": 3532,
          "maxRank": 17638.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.005594,
          "sdRefIntergenicDistribution": 2.944982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1494655,
          "distinctRankCount": 1697,
          "maxRank": 16471.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.920315,
          "sdRefIntergenicDistribution": 3.629876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5889011,
          "distinctRankCount": 2491,
          "maxRank": 16946.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.601469,
          "sdRefIntergenicDistribution": 3.223784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2492048,
          "distinctRankCount": 2090,
          "maxRank": 16748.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.122366,
          "sdRefIntergenicDistribution": 1.945544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 94410,
          "distinctRankCount": 479,
          "maxRank": 14105.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 163626725,
            "mappedReadsCount": 109605335,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.892285,
          "sdRefIntergenicDistribution": 1.784313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62536,
          "distinctRankCount": 379,
          "maxRank": 13769.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.939205,
          "sdRefIntergenicDistribution": 4.178508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15124636,
          "distinctRankCount": 4021,
          "maxRank": 18123.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.143708,
          "sdRefIntergenicDistribution": 2.380206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 600940,
          "distinctRankCount": 1134,
          "maxRank": 15328.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.028463,
          "sdRefIntergenicDistribution": 2.666865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1240613,
          "distinctRankCount": 1466,
          "maxRank": 16295.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.627101,
          "sdRefIntergenicDistribution": 1.933400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57288,
          "distinctRankCount": 413,
          "maxRank": 13446.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.645884,
          "sdRefIntergenicDistribution": 2.336000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 682766,
          "distinctRankCount": 1105,
          "maxRank": 15298.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.073536,
          "sdRefIntergenicDistribution": 2.056495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23875,
          "distinctRankCount": 266,
          "maxRank": 12341.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.029155,
          "sdRefIntergenicDistribution": 2.806450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1297667,
          "distinctRankCount": 1401,
          "maxRank": 16336.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.951771,
          "sdRefIntergenicDistribution": 1.889702,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127600,
          "distinctRankCount": 521,
          "maxRank": 14125.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.669090,
          "sdRefIntergenicDistribution": 2.080295,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148205,
          "distinctRankCount": 589,
          "maxRank": 13832.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.505372,
          "sdRefIntergenicDistribution": 2.123448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 267268,
          "distinctRankCount": 729,
          "maxRank": 14695.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.313652,
          "sdRefIntergenicDistribution": 3.114280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2673883,
          "distinctRankCount": 2025,
          "maxRank": 16646.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.976134,
          "sdRefIntergenicDistribution": 1.906572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92075,
          "distinctRankCount": 501,
          "maxRank": 13650.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.716668,
          "sdRefIntergenicDistribution": 2.397394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 714258,
          "distinctRankCount": 1209,
          "maxRank": 15457.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.347863,
          "sdRefIntergenicDistribution": 3.261274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3375914,
          "distinctRankCount": 2253,
          "maxRank": 16850.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.196443,
          "sdRefIntergenicDistribution": 2.412271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 596191,
          "distinctRankCount": 1124,
          "maxRank": 15330.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.263586,
          "sdRefIntergenicDistribution": 3.545157,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4737463,
          "distinctRankCount": 2678,
          "maxRank": 17290.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.764181,
          "sdRefIntergenicDistribution": 3.306519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6432872,
          "distinctRankCount": 2549,
          "maxRank": 17151.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.413324,
          "sdRefIntergenicDistribution": 3.183640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2897462,
          "distinctRankCount": 2165,
          "maxRank": 16901.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.983710,
          "sdRefIntergenicDistribution": 1.981642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106557,
          "distinctRankCount": 562,
          "maxRank": 13908.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.726940,
          "sdRefIntergenicDistribution": 4.297391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20338746,
          "distinctRankCount": 4083,
          "maxRank": 17948.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.094194,
          "sdRefIntergenicDistribution": 3.696784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7021115,
          "distinctRankCount": 3005,
          "maxRank": 17488.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.515735,
          "sdRefIntergenicDistribution": 2.227309,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 298722,
          "distinctRankCount": 779,
          "maxRank": 15208.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 271067730,
            "mappedReadsCount": 174528590,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.978804,
          "sdRefIntergenicDistribution": 2.015364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57629,
          "distinctRankCount": 412,
          "maxRank": 13216.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.044180,
          "sdRefIntergenicDistribution": 4.311824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16487182,
          "distinctRankCount": 4447,
          "maxRank": 18222.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.533621,
          "sdRefIntergenicDistribution": 1.905304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44263,
          "distinctRankCount": 379,
          "maxRank": 13081.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.749671,
          "sdRefIntergenicDistribution": 2.981381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2089171,
          "distinctRankCount": 2018,
          "maxRank": 16711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.251742,
          "sdRefIntergenicDistribution": 1.895056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53519,
          "distinctRankCount": 452,
          "maxRank": 13316.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.020473,
          "sdRefIntergenicDistribution": 2.272630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 593519,
          "distinctRankCount": 1159,
          "maxRank": 15262.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.598735,
          "sdRefIntergenicDistribution": 3.321639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2966672,
          "distinctRankCount": 2236,
          "maxRank": 16927.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.057391,
          "sdRefIntergenicDistribution": 2.091847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 170837,
          "distinctRankCount": 539,
          "maxRank": 14213.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.920446,
          "sdRefIntergenicDistribution": 2.056930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179620,
          "distinctRankCount": 704,
          "maxRank": 14256.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.553794,
          "sdRefIntergenicDistribution": 2.305201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253493,
          "distinctRankCount": 847,
          "maxRank": 14696.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.487324,
          "sdRefIntergenicDistribution": 2.853462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1122040,
          "distinctRankCount": 1672,
          "maxRank": 16001.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.370851,
          "sdRefIntergenicDistribution": 3.795611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5851778,
          "distinctRankCount": 3214,
          "maxRank": 17518.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.617351,
          "sdRefIntergenicDistribution": 4.386539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33955873,
          "distinctRankCount": 5031,
          "maxRank": 18231.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.644156,
          "sdRefIntergenicDistribution": 3.328294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2959301,
          "distinctRankCount": 2411,
          "maxRank": 16957.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 179.521926,
          "sdRefIntergenicDistribution": 1.604929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6515,
          "distinctRankCount": 107,
          "maxRank": 11587.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.792840,
          "sdRefIntergenicDistribution": 4.563240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26684190,
          "distinctRankCount": 4752,
          "maxRank": 18124.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.199972,
          "sdRefIntergenicDistribution": 3.905782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8798508,
          "distinctRankCount": 3634,
          "maxRank": 17697.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.095209,
          "sdRefIntergenicDistribution": 2.250134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 341394,
          "distinctRankCount": 946,
          "maxRank": 15228.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.226799,
          "sdRefIntergenicDistribution": 1.718444,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56477,
          "distinctRankCount": 306,
          "maxRank": 13089.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 639349390,
            "mappedReadsCount": 438180605,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 7",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 143.686538,
          "sdRefIntergenicDistribution": 1.562006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6702,
          "distinctRankCount": 137,
          "maxRank": 11720.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.260360,
          "sdRefIntergenicDistribution": 2.781840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1156908,
          "distinctRankCount": 1351,
          "maxRank": 16186.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.105098,
          "sdRefIntergenicDistribution": 2.177225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 312654,
          "distinctRankCount": 747,
          "maxRank": 14783.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.069258,
          "sdRefIntergenicDistribution": 2.278934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 424735,
          "distinctRankCount": 890,
          "maxRank": 15092.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.109426,
          "sdRefIntergenicDistribution": 1.964341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122491,
          "distinctRankCount": 515,
          "maxRank": 14171.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.209892,
          "sdRefIntergenicDistribution": 2.858935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1327983,
          "distinctRankCount": 1420,
          "maxRank": 16332.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.418674,
          "sdRefIntergenicDistribution": 1.610847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9160,
          "distinctRankCount": 145,
          "maxRank": 11742.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.482827,
          "sdRefIntergenicDistribution": 2.234191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 476661,
          "distinctRankCount": 869,
          "maxRank": 15001.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.368768,
          "sdRefIntergenicDistribution": 2.748421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1110358,
          "distinctRankCount": 1330,
          "maxRank": 16209.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.595373,
          "sdRefIntergenicDistribution": 2.099108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185051,
          "distinctRankCount": 616,
          "maxRank": 14629.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.566930,
          "sdRefIntergenicDistribution": 2.250566,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 449038,
          "distinctRankCount": 785,
          "maxRank": 14933.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.910722,
          "sdRefIntergenicDistribution": 2.188306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 369892,
          "distinctRankCount": 725,
          "maxRank": 14812.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.661354,
          "sdRefIntergenicDistribution": 2.856034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1606973,
          "distinctRankCount": 1419,
          "maxRank": 15904.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.409881,
          "sdRefIntergenicDistribution": 3.257274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2837308,
          "distinctRankCount": 1865,
          "maxRank": 16537.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 132.382779,
          "sdRefIntergenicDistribution": 1.575379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8419,
          "distinctRankCount": 132,
          "maxRank": 11571.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.780945,
          "sdRefIntergenicDistribution": 4.687298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33020422,
          "distinctRankCount": 4518,
          "maxRank": 18292.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.904309,
          "sdRefIntergenicDistribution": 1.822705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63391,
          "distinctRankCount": 368,
          "maxRank": 13408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.183293,
          "sdRefIntergenicDistribution": 2.879116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1331778,
          "distinctRankCount": 1392,
          "maxRank": 16175.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.836310,
          "sdRefIntergenicDistribution": 2.341211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 465787,
          "distinctRankCount": 874,
          "maxRank": 14937.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.571887,
          "sdRefIntergenicDistribution": 1.772257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43662,
          "distinctRankCount": 352,
          "maxRank": 13064.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.631646,
          "sdRefIntergenicDistribution": 1.871513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82706,
          "distinctRankCount": 401,
          "maxRank": 13650.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.837875,
          "sdRefIntergenicDistribution": 4.433310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18501265,
          "distinctRankCount": 3746,
          "maxRank": 17706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.658118,
          "sdRefIntergenicDistribution": 2.036820,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 149114,
          "distinctRankCount": 584,
          "maxRank": 14137.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.305226,
          "sdRefIntergenicDistribution": 2.177485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 246617,
          "distinctRankCount": 733,
          "maxRank": 14858.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.360605,
          "sdRefIntergenicDistribution": 2.147750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 244965,
          "distinctRankCount": 749,
          "maxRank": 14796.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.074423,
          "sdRefIntergenicDistribution": 2.818464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1339856,
          "distinctRankCount": 1393,
          "maxRank": 16268.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.028219,
          "sdRefIntergenicDistribution": 3.351225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4583327,
          "distinctRankCount": 1998,
          "maxRank": 16959.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.738266,
          "sdRefIntergenicDistribution": 1.635443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17356,
          "distinctRankCount": 186,
          "maxRank": 12316.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.026963,
          "sdRefIntergenicDistribution": 2.894325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1489158,
          "distinctRankCount": 1470,
          "maxRank": 16444.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.006971,
          "sdRefIntergenicDistribution": 2.868241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1453498,
          "distinctRankCount": 1476,
          "maxRank": 16393.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.473098,
          "sdRefIntergenicDistribution": 3.361458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3515327,
          "distinctRankCount": 2066,
          "maxRank": 16943.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.509429,
          "sdRefIntergenicDistribution": 3.304807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2536386,
          "distinctRankCount": 1766,
          "maxRank": 16325.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.725862,
          "sdRefIntergenicDistribution": 1.811451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64565,
          "distinctRankCount": 380,
          "maxRank": 13444.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.556336,
          "sdRefIntergenicDistribution": 2.255969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 371628,
          "distinctRankCount": 805,
          "maxRank": 15019.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.042731,
          "sdRefIntergenicDistribution": 1.800312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28527,
          "distinctRankCount": 269,
          "maxRank": 12607.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.623591,
          "sdRefIntergenicDistribution": 1.986369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 130860,
          "distinctRankCount": 519,
          "maxRank": 14004.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.980687,
          "sdRefIntergenicDistribution": 2.799927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1350234,
          "distinctRankCount": 1418,
          "maxRank": 16287.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.254070,
          "sdRefIntergenicDistribution": 2.727137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1123486,
          "distinctRankCount": 1348,
          "maxRank": 16159.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.053125,
          "sdRefIntergenicDistribution": 2.092749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 212802,
          "distinctRankCount": 604,
          "maxRank": 14512.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.936814,
          "sdRefIntergenicDistribution": 1.848204,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39582,
          "distinctRankCount": 291,
          "maxRank": 13045.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.930370,
          "sdRefIntergenicDistribution": 2.203953,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 275877,
          "distinctRankCount": 705,
          "maxRank": 15205.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.658200,
          "sdRefIntergenicDistribution": 1.671015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23629,
          "distinctRankCount": 250,
          "maxRank": 12471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.179052,
          "sdRefIntergenicDistribution": 2.738374,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1192239,
          "distinctRankCount": 1324,
          "maxRank": 16222.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.837442,
          "sdRefIntergenicDistribution": 2.365794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 484470,
          "distinctRankCount": 898,
          "maxRank": 15344.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.881561,
          "sdRefIntergenicDistribution": 2.372584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 470309,
          "distinctRankCount": 959,
          "maxRank": 15366.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.009638,
          "sdRefIntergenicDistribution": 3.843965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9135380,
          "distinctRankCount": 2911,
          "maxRank": 17623.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.070173,
          "sdRefIntergenicDistribution": 2.766474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1273594,
          "distinctRankCount": 1364,
          "maxRank": 16182.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.435214,
          "sdRefIntergenicDistribution": 2.946426,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2141354,
          "distinctRankCount": 1651,
          "maxRank": 16031.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.123433,
          "sdRefIntergenicDistribution": 3.025843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2969529,
          "distinctRankCount": 1778,
          "maxRank": 16081.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.429842,
          "sdRefIntergenicDistribution": 3.327552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2617523,
          "distinctRankCount": 1773,
          "maxRank": 15826.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.753550,
          "sdRefIntergenicDistribution": 2.965046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1863379,
          "distinctRankCount": 1569,
          "maxRank": 16383.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.529237,
          "sdRefIntergenicDistribution": 1.805102,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61682,
          "distinctRankCount": 384,
          "maxRank": 13328.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.651465,
          "sdRefIntergenicDistribution": 2.496455,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 782775,
          "distinctRankCount": 1124,
          "maxRank": 15799.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.079654,
          "sdRefIntergenicDistribution": 1.907390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95044,
          "distinctRankCount": 461,
          "maxRank": 13818.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.546221,
          "sdRefIntergenicDistribution": 2.477799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 569205,
          "distinctRankCount": 1011,
          "maxRank": 15508.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.918346,
          "sdRefIntergenicDistribution": 1.822911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50911,
          "distinctRankCount": 380,
          "maxRank": 13135.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.453385,
          "sdRefIntergenicDistribution": 2.036789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 196180,
          "distinctRankCount": 646,
          "maxRank": 14488.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.968340,
          "sdRefIntergenicDistribution": 1.623402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11337,
          "distinctRankCount": 148,
          "maxRank": 11661.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.785962,
          "sdRefIntergenicDistribution": 1.705028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20377,
          "distinctRankCount": 222,
          "maxRank": 12323.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 553829053,
            "mappedReadsCount": 338931119,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.435014,
          "sdRefIntergenicDistribution": 1.509576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6289,
          "distinctRankCount": 120,
          "maxRank": 11621.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.365330,
          "sdRefIntergenicDistribution": 2.664765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 972162,
          "distinctRankCount": 1176,
          "maxRank": 16107.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.257958,
          "sdRefIntergenicDistribution": 2.391808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 556969,
          "distinctRankCount": 959,
          "maxRank": 15391.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.049546,
          "sdRefIntergenicDistribution": 2.706065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1186947,
          "distinctRankCount": 1253,
          "maxRank": 15988.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.448746,
          "sdRefIntergenicDistribution": 1.992439,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 144105,
          "distinctRankCount": 549,
          "maxRank": 14382.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.886966,
          "sdRefIntergenicDistribution": 3.028788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1847083,
          "distinctRankCount": 1530,
          "maxRank": 16632.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.062853,
          "sdRefIntergenicDistribution": 1.754130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16873,
          "distinctRankCount": 210,
          "maxRank": 12091.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.628358,
          "sdRefIntergenicDistribution": 2.600417,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1333302,
          "distinctRankCount": 1151,
          "maxRank": 15923.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.198810,
          "sdRefIntergenicDistribution": 2.781737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1197033,
          "distinctRankCount": 1298,
          "maxRank": 16308.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.772761,
          "sdRefIntergenicDistribution": 2.073466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175488,
          "distinctRankCount": 562,
          "maxRank": 14516.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.279701,
          "sdRefIntergenicDistribution": 2.031491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 183736,
          "distinctRankCount": 540,
          "maxRank": 14212.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.066176,
          "sdRefIntergenicDistribution": 2.080312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169570,
          "distinctRankCount": 542,
          "maxRank": 14072.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.108382,
          "sdRefIntergenicDistribution": 3.040224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3048801,
          "distinctRankCount": 1680,
          "maxRank": 16499.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.315232,
          "sdRefIntergenicDistribution": 3.069796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2559711,
          "distinctRankCount": 1636,
          "maxRank": 16467.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.881120,
          "sdRefIntergenicDistribution": 1.676533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27418,
          "distinctRankCount": 237,
          "maxRank": 12556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.756111,
          "sdRefIntergenicDistribution": 4.347177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23491668,
          "distinctRankCount": 3758,
          "maxRank": 18155.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.278076,
          "sdRefIntergenicDistribution": 1.923875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 117688,
          "distinctRankCount": 478,
          "maxRank": 13909.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.002876,
          "sdRefIntergenicDistribution": 2.742784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1297812,
          "distinctRankCount": 1309,
          "maxRank": 16113.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.775345,
          "sdRefIntergenicDistribution": 2.423416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 665980,
          "distinctRankCount": 979,
          "maxRank": 15291.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.062138,
          "sdRefIntergenicDistribution": 1.985475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 152405,
          "distinctRankCount": 567,
          "maxRank": 14214.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.568380,
          "sdRefIntergenicDistribution": 2.005558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 144906,
          "distinctRankCount": 538,
          "maxRank": 14207.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.849892,
          "sdRefIntergenicDistribution": 4.054187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12362326,
          "distinctRankCount": 3026,
          "maxRank": 17546.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.853226,
          "sdRefIntergenicDistribution": 2.324331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 458302,
          "distinctRankCount": 885,
          "maxRank": 15220.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.096591,
          "sdRefIntergenicDistribution": 1.558428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16085,
          "distinctRankCount": 201,
          "maxRank": 12062.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.041625,
          "sdRefIntergenicDistribution": 2.251174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 321557,
          "distinctRankCount": 762,
          "maxRank": 15129.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.636711,
          "sdRefIntergenicDistribution": 2.092344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189487,
          "distinctRankCount": 598,
          "maxRank": 14535.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.894168,
          "sdRefIntergenicDistribution": 2.825235,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1421574,
          "distinctRankCount": 1352,
          "maxRank": 16348.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.339380,
          "sdRefIntergenicDistribution": 2.845665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2016484,
          "distinctRankCount": 1397,
          "maxRank": 16283.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.510013,
          "sdRefIntergenicDistribution": 1.943002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90766,
          "distinctRankCount": 428,
          "maxRank": 13806.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.750718,
          "sdRefIntergenicDistribution": 2.932054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1747699,
          "distinctRankCount": 1430,
          "maxRank": 16570.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.909147,
          "sdRefIntergenicDistribution": 2.865599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1512543,
          "distinctRankCount": 1389,
          "maxRank": 16433.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.190194,
          "sdRefIntergenicDistribution": 3.487025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5142306,
          "distinctRankCount": 2206,
          "maxRank": 17256.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.462422,
          "sdRefIntergenicDistribution": 3.000894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2118998,
          "distinctRankCount": 1538,
          "maxRank": 16268.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.005707,
          "sdRefIntergenicDistribution": 1.989412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136021,
          "distinctRankCount": 511,
          "maxRank": 14084.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.606817,
          "sdRefIntergenicDistribution": 2.516521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 803306,
          "distinctRankCount": 1010,
          "maxRank": 15683.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.550936,
          "sdRefIntergenicDistribution": 1.834090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48698,
          "distinctRankCount": 329,
          "maxRank": 13010.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.312198,
          "sdRefIntergenicDistribution": 2.096261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232563,
          "distinctRankCount": 657,
          "maxRank": 14660.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.588485,
          "sdRefIntergenicDistribution": 2.993613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2058610,
          "distinctRankCount": 1549,
          "maxRank": 16690.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.208143,
          "sdRefIntergenicDistribution": 2.663508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1061212,
          "distinctRankCount": 1210,
          "maxRank": 16102.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.565928,
          "sdRefIntergenicDistribution": 2.073288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 221496,
          "distinctRankCount": 607,
          "maxRank": 14545.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.380539,
          "sdRefIntergenicDistribution": 1.787963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28316,
          "distinctRankCount": 261,
          "maxRank": 12760.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.883763,
          "sdRefIntergenicDistribution": 2.194184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 268676,
          "distinctRankCount": 678,
          "maxRank": 15202.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.435736,
          "sdRefIntergenicDistribution": 1.687584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19823,
          "distinctRankCount": 239,
          "maxRank": 12286.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.177100,
          "sdRefIntergenicDistribution": 2.713885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1113981,
          "distinctRankCount": 1205,
          "maxRank": 16194.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.747952,
          "sdRefIntergenicDistribution": 2.299586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 461734,
          "distinctRankCount": 865,
          "maxRank": 15256.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.969141,
          "sdRefIntergenicDistribution": 2.300132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 422974,
          "distinctRankCount": 860,
          "maxRank": 15220.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.918502,
          "sdRefIntergenicDistribution": 3.899898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11374241,
          "distinctRankCount": 2972,
          "maxRank": 17778.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.171101,
          "sdRefIntergenicDistribution": 2.645922,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1068241,
          "distinctRankCount": 1141,
          "maxRank": 16036.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.319478,
          "sdRefIntergenicDistribution": 2.994882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2466423,
          "distinctRankCount": 1618,
          "maxRank": 16342.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.592073,
          "sdRefIntergenicDistribution": 2.645999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1410433,
          "distinctRankCount": 1260,
          "maxRank": 15698.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.165502,
          "sdRefIntergenicDistribution": 3.480832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3871253,
          "distinctRankCount": 1954,
          "maxRank": 16387.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.669191,
          "sdRefIntergenicDistribution": 2.846518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1769174,
          "distinctRankCount": 1439,
          "maxRank": 16343.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.306517,
          "sdRefIntergenicDistribution": 1.822358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64760,
          "distinctRankCount": 409,
          "maxRank": 13305.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.851735,
          "sdRefIntergenicDistribution": 2.458729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 693326,
          "distinctRankCount": 1026,
          "maxRank": 15636.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.908716,
          "sdRefIntergenicDistribution": 1.768055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45450,
          "distinctRankCount": 336,
          "maxRank": 13027.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.728801,
          "sdRefIntergenicDistribution": 1.903098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103086,
          "distinctRankCount": 500,
          "maxRank": 13835.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.255627,
          "sdRefIntergenicDistribution": 2.050842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 198779,
          "distinctRankCount": 599,
          "maxRank": 14473.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.812629,
          "sdRefIntergenicDistribution": 1.796919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54488,
          "distinctRankCount": 346,
          "maxRank": 13062.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.756724,
          "sdRefIntergenicDistribution": 1.484775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6641,
          "distinctRankCount": 129,
          "maxRank": 11530.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.047844,
          "sdRefIntergenicDistribution": 1.588605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7205,
          "distinctRankCount": 134,
          "maxRank": 11584.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.103313,
          "sdRefIntergenicDistribution": 1.700813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26600,
          "distinctRankCount": 255,
          "maxRank": 12545.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 591990572,
            "mappedReadsCount": 352064532,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.401682,
          "sdRefIntergenicDistribution": 1.511732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10742,
          "distinctRankCount": 177,
          "maxRank": 11612.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.375173,
          "sdRefIntergenicDistribution": 2.408744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 566398,
          "distinctRankCount": 980,
          "maxRank": 15555.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.324599,
          "sdRefIntergenicDistribution": 2.181573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 300737,
          "distinctRankCount": 762,
          "maxRank": 14829.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.819213,
          "sdRefIntergenicDistribution": 2.165873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 341176,
          "distinctRankCount": 842,
          "maxRank": 15011.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.348086,
          "sdRefIntergenicDistribution": 1.765550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46202,
          "distinctRankCount": 332,
          "maxRank": 13213.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.980543,
          "sdRefIntergenicDistribution": 2.568207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 748281,
          "distinctRankCount": 1153,
          "maxRank": 15758.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.026768,
          "sdRefIntergenicDistribution": 1.889750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102735,
          "distinctRankCount": 478,
          "maxRank": 13848.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.658659,
          "sdRefIntergenicDistribution": 2.293026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 664999,
          "distinctRankCount": 966,
          "maxRank": 15285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.051978,
          "sdRefIntergenicDistribution": 2.510863,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 699093,
          "distinctRankCount": 1101,
          "maxRank": 15762.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.655631,
          "sdRefIntergenicDistribution": 1.921750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110978,
          "distinctRankCount": 500,
          "maxRank": 14024.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.254777,
          "sdRefIntergenicDistribution": 2.111525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349632,
          "distinctRankCount": 723,
          "maxRank": 14713.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.649401,
          "sdRefIntergenicDistribution": 1.840312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 89068,
          "distinctRankCount": 433,
          "maxRank": 13465.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.975734,
          "sdRefIntergenicDistribution": 3.019371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3499557,
          "distinctRankCount": 1904,
          "maxRank": 16554.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.553930,
          "sdRefIntergenicDistribution": 2.882565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1853881,
          "distinctRankCount": 1564,
          "maxRank": 16356.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.693412,
          "sdRefIntergenicDistribution": 1.876250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88348,
          "distinctRankCount": 445,
          "maxRank": 13503.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.731485,
          "sdRefIntergenicDistribution": 4.257721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22956928,
          "distinctRankCount": 3980,
          "maxRank": 18101.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.462190,
          "sdRefIntergenicDistribution": 1.959046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 149533,
          "distinctRankCount": 555,
          "maxRank": 14200.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.026732,
          "sdRefIntergenicDistribution": 2.792545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1366325,
          "distinctRankCount": 1445,
          "maxRank": 16168.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.835516,
          "sdRefIntergenicDistribution": 2.373274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 665457,
          "distinctRankCount": 1019,
          "maxRank": 15325.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.947859,
          "sdRefIntergenicDistribution": 1.791501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80205,
          "distinctRankCount": 438,
          "maxRank": 13655.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.429578,
          "sdRefIntergenicDistribution": 1.674517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33112,
          "distinctRankCount": 290,
          "maxRank": 12700.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.856754,
          "sdRefIntergenicDistribution": 3.858451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10155524,
          "distinctRankCount": 3067,
          "maxRank": 17268.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.211332,
          "sdRefIntergenicDistribution": 1.967007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 154321,
          "distinctRankCount": 604,
          "maxRank": 14230.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.499879,
          "sdRefIntergenicDistribution": 1.789812,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69379,
          "distinctRankCount": 396,
          "maxRank": 13493.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.475833,
          "sdRefIntergenicDistribution": 1.990518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 167228,
          "distinctRankCount": 606,
          "maxRank": 14473.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.935034,
          "sdRefIntergenicDistribution": 2.088329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 219392,
          "distinctRankCount": 725,
          "maxRank": 14680.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.238475,
          "sdRefIntergenicDistribution": 2.678642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1091453,
          "distinctRankCount": 1300,
          "maxRank": 16107.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.286190,
          "sdRefIntergenicDistribution": 2.837383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2211936,
          "distinctRankCount": 1555,
          "maxRank": 16349.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.985922,
          "sdRefIntergenicDistribution": 1.954700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 138979,
          "distinctRankCount": 552,
          "maxRank": 14305.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.401668,
          "sdRefIntergenicDistribution": 2.642996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1012317,
          "distinctRankCount": 1228,
          "maxRank": 16123.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.253597,
          "sdRefIntergenicDistribution": 2.686249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1105168,
          "distinctRankCount": 1265,
          "maxRank": 16178.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.345458,
          "sdRefIntergenicDistribution": 3.300653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3874103,
          "distinctRankCount": 2141,
          "maxRank": 16966.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.570328,
          "sdRefIntergenicDistribution": 2.898397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1828081,
          "distinctRankCount": 1540,
          "maxRank": 16040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.754554,
          "sdRefIntergenicDistribution": 1.795573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76019,
          "distinctRankCount": 433,
          "maxRank": 13496.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.495262,
          "sdRefIntergenicDistribution": 2.306986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 523992,
          "distinctRankCount": 952,
          "maxRank": 15349.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.167560,
          "sdRefIntergenicDistribution": 1.719779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11092,
          "distinctRankCount": 162,
          "maxRank": 11874.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.961540,
          "sdRefIntergenicDistribution": 1.761350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47140,
          "distinctRankCount": 355,
          "maxRank": 13038.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.307155,
          "sdRefIntergenicDistribution": 2.565129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 956035,
          "distinctRankCount": 1262,
          "maxRank": 16002.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.019833,
          "sdRefIntergenicDistribution": 2.432635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 648627,
          "distinctRankCount": 1070,
          "maxRank": 15641.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.464478,
          "sdRefIntergenicDistribution": 2.108087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 285609,
          "distinctRankCount": 689,
          "maxRank": 14710.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.516577,
          "sdRefIntergenicDistribution": 1.732989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18264,
          "distinctRankCount": 216,
          "maxRank": 12323.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.581140,
          "sdRefIntergenicDistribution": 1.682945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30520,
          "distinctRankCount": 271,
          "maxRank": 12824.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.237503,
          "sdRefIntergenicDistribution": 2.742721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1188070,
          "distinctRankCount": 1325,
          "maxRank": 16191.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.011748,
          "sdRefIntergenicDistribution": 2.285708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 440473,
          "distinctRankCount": 854,
          "maxRank": 15276.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.161416,
          "sdRefIntergenicDistribution": 1.971796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151379,
          "distinctRankCount": 574,
          "maxRank": 14330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.925306,
          "sdRefIntergenicDistribution": 3.774979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9832498,
          "distinctRankCount": 3031,
          "maxRank": 17634.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.177146,
          "sdRefIntergenicDistribution": 2.343600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 587497,
          "distinctRankCount": 975,
          "maxRank": 15442.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.022757,
          "sdRefIntergenicDistribution": 2.561001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1089077,
          "distinctRankCount": 1259,
          "maxRank": 15572.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.993412,
          "sdRefIntergenicDistribution": 3.096571,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3857915,
          "distinctRankCount": 1942,
          "maxRank": 16308.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.223454,
          "sdRefIntergenicDistribution": 3.295212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3071266,
          "distinctRankCount": 1929,
          "maxRank": 16060.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.435313,
          "sdRefIntergenicDistribution": 3.035063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2605114,
          "distinctRankCount": 1819,
          "maxRank": 16667.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.944676,
          "sdRefIntergenicDistribution": 1.690994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37578,
          "distinctRankCount": 288,
          "maxRank": 12783.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.154610,
          "sdRefIntergenicDistribution": 2.121025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 303758,
          "distinctRankCount": 757,
          "maxRank": 14820.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.450067,
          "sdRefIntergenicDistribution": 1.844369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56793,
          "distinctRankCount": 379,
          "maxRank": 13215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.262380,
          "sdRefIntergenicDistribution": 2.442832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 614934,
          "distinctRankCount": 1042,
          "maxRank": 15566.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.332019,
          "sdRefIntergenicDistribution": 2.043092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 204145,
          "distinctRankCount": 673,
          "maxRank": 14550.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.769961,
          "sdRefIntergenicDistribution": 1.931412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140909,
          "distinctRankCount": 560,
          "maxRank": 14191.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.883856,
          "sdRefIntergenicDistribution": 1.955014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 177656,
          "distinctRankCount": 614,
          "maxRank": 14263.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.353741,
          "sdRefIntergenicDistribution": 1.660221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21664,
          "distinctRankCount": 254,
          "maxRank": 12490.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.996602,
          "sdRefIntergenicDistribution": 1.652423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8615,
          "distinctRankCount": 145,
          "maxRank": 11734.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 126.346059,
          "sdRefIntergenicDistribution": 1.544247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8860,
          "distinctRankCount": 146,
          "maxRank": 11693.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.953503,
          "sdRefIntergenicDistribution": 1.696103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43352,
          "distinctRankCount": 319,
          "maxRank": 12977.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 425989866,
            "mappedReadsCount": 259569248,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 121.398393,
          "sdRefIntergenicDistribution": 1.586976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9152,
          "distinctRankCount": 138,
          "maxRank": 11646.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.938418,
          "sdRefIntergenicDistribution": 2.948800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1674372,
          "distinctRankCount": 1658,
          "maxRank": 16438.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.087395,
          "sdRefIntergenicDistribution": 2.181507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 321910,
          "distinctRankCount": 830,
          "maxRank": 14837.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.320857,
          "sdRefIntergenicDistribution": 2.662882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1055564,
          "distinctRankCount": 1354,
          "maxRank": 15818.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.945468,
          "sdRefIntergenicDistribution": 1.950478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127135,
          "distinctRankCount": 539,
          "maxRank": 14118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.740780,
          "sdRefIntergenicDistribution": 3.198583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2499508,
          "distinctRankCount": 1945,
          "maxRank": 16820.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.548130,
          "sdRefIntergenicDistribution": 1.748828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33664,
          "distinctRankCount": 296,
          "maxRank": 12775.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.196348,
          "sdRefIntergenicDistribution": 2.848183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2427060,
          "distinctRankCount": 1610,
          "maxRank": 16330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.826330,
          "sdRefIntergenicDistribution": 3.019758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1954271,
          "distinctRankCount": 1766,
          "maxRank": 16588.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.107800,
          "sdRefIntergenicDistribution": 2.233006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 313384,
          "distinctRankCount": 821,
          "maxRank": 15010.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.800956,
          "sdRefIntergenicDistribution": 2.200242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 416847,
          "distinctRankCount": 813,
          "maxRank": 14914.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.123168,
          "sdRefIntergenicDistribution": 2.040705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 234135,
          "distinctRankCount": 640,
          "maxRank": 14370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.817699,
          "sdRefIntergenicDistribution": 3.621947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8332571,
          "distinctRankCount": 2798,
          "maxRank": 17220.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.211364,
          "sdRefIntergenicDistribution": 3.322381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3703367,
          "distinctRankCount": 2131,
          "maxRank": 16802.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.353904,
          "sdRefIntergenicDistribution": 1.925330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 110725,
          "distinctRankCount": 491,
          "maxRank": 13808.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.726210,
          "sdRefIntergenicDistribution": 4.507363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28842179,
          "distinctRankCount": 4494,
          "maxRank": 18170.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.763052,
          "sdRefIntergenicDistribution": 2.069270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 227709,
          "distinctRankCount": 665,
          "maxRank": 14568.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.681148,
          "sdRefIntergenicDistribution": 3.101035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2266818,
          "distinctRankCount": 1817,
          "maxRank": 16464.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.425015,
          "sdRefIntergenicDistribution": 2.365196,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 551243,
          "distinctRankCount": 1017,
          "maxRank": 15148.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.694314,
          "sdRefIntergenicDistribution": 1.774545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54473,
          "distinctRankCount": 387,
          "maxRank": 13173.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.659836,
          "sdRefIntergenicDistribution": 1.858943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73972,
          "distinctRankCount": 421,
          "maxRank": 13509.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.855900,
          "sdRefIntergenicDistribution": 4.037552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11888507,
          "distinctRankCount": 3406,
          "maxRank": 17314.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.985830,
          "sdRefIntergenicDistribution": 2.107583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 262072,
          "distinctRankCount": 758,
          "maxRank": 14590.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.479315,
          "sdRefIntergenicDistribution": 1.685888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26910,
          "distinctRankCount": 281,
          "maxRank": 12453.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.679790,
          "sdRefIntergenicDistribution": 2.450185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 542413,
          "distinctRankCount": 1073,
          "maxRank": 15526.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.278814,
          "sdRefIntergenicDistribution": 2.473615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 626853,
          "distinctRankCount": 1120,
          "maxRank": 15606.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.522265,
          "sdRefIntergenicDistribution": 3.270313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3089604,
          "distinctRankCount": 2120,
          "maxRank": 16927.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.099770,
          "sdRefIntergenicDistribution": 3.117813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3490757,
          "distinctRankCount": 1894,
          "maxRank": 16690.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.688778,
          "sdRefIntergenicDistribution": 1.891580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85783,
          "distinctRankCount": 494,
          "maxRank": 13800.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.625775,
          "sdRefIntergenicDistribution": 3.162252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2543755,
          "distinctRankCount": 1893,
          "maxRank": 16805.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.771378,
          "sdRefIntergenicDistribution": 3.058574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2088225,
          "distinctRankCount": 1807,
          "maxRank": 16645.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.207301,
          "sdRefIntergenicDistribution": 3.678661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6446759,
          "distinctRankCount": 2743,
          "maxRank": 17323.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.097128,
          "sdRefIntergenicDistribution": 2.747330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1146556,
          "distinctRankCount": 1319,
          "maxRank": 15610.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.155117,
          "sdRefIntergenicDistribution": 1.816110,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60323,
          "distinctRankCount": 403,
          "maxRank": 13322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.456933,
          "sdRefIntergenicDistribution": 2.580660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 946113,
          "distinctRankCount": 1232,
          "maxRank": 15780.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.112425,
          "sdRefIntergenicDistribution": 1.721107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38244,
          "distinctRankCount": 325,
          "maxRank": 12809.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.660588,
          "sdRefIntergenicDistribution": 2.192674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 288264,
          "distinctRankCount": 777,
          "maxRank": 14777.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.555492,
          "sdRefIntergenicDistribution": 3.157093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2600730,
          "distinctRankCount": 1970,
          "maxRank": 16819.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.794627,
          "sdRefIntergenicDistribution": 2.970582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1839367,
          "distinctRankCount": 1719,
          "maxRank": 16581.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.285049,
          "sdRefIntergenicDistribution": 2.239845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 405062,
          "distinctRankCount": 868,
          "maxRank": 15052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.192376,
          "sdRefIntergenicDistribution": 1.995726,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 77611,
          "distinctRankCount": 425,
          "maxRank": 13860.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.414955,
          "sdRefIntergenicDistribution": 2.334959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 419566,
          "distinctRankCount": 905,
          "maxRank": 15539.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.904642,
          "sdRefIntergenicDistribution": 1.791299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51002,
          "distinctRankCount": 381,
          "maxRank": 13200.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.578453,
          "sdRefIntergenicDistribution": 3.211469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2845169,
          "distinctRankCount": 1985,
          "maxRank": 16886.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.541442,
          "sdRefIntergenicDistribution": 2.632279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 945137,
          "distinctRankCount": 1258,
          "maxRank": 15825.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.161252,
          "sdRefIntergenicDistribution": 2.525638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 673762,
          "distinctRankCount": 1144,
          "maxRank": 15630.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.893961,
          "sdRefIntergenicDistribution": 4.122302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15691530,
          "distinctRankCount": 3722,
          "maxRank": 17880.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.280951,
          "sdRefIntergenicDistribution": 2.656917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1073465,
          "distinctRankCount": 1336,
          "maxRank": 15949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.963954,
          "sdRefIntergenicDistribution": 2.620946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1189469,
          "distinctRankCount": 1403,
          "maxRank": 15588.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.578740,
          "sdRefIntergenicDistribution": 2.585976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1453112,
          "distinctRankCount": 1437,
          "maxRank": 15555.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.018061,
          "sdRefIntergenicDistribution": 3.772174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5725147,
          "distinctRankCount": 2442,
          "maxRank": 16379.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.459083,
          "sdRefIntergenicDistribution": 3.161494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2943675,
          "distinctRankCount": 2020,
          "maxRank": 16723.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.602923,
          "sdRefIntergenicDistribution": 1.890033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70766,
          "distinctRankCount": 439,
          "maxRank": 13464.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.377361,
          "sdRefIntergenicDistribution": 2.597181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 985966,
          "distinctRankCount": 1306,
          "maxRank": 15861.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.505248,
          "sdRefIntergenicDistribution": 1.960455,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 111834,
          "distinctRankCount": 517,
          "maxRank": 13884.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.460828,
          "sdRefIntergenicDistribution": 2.318065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 405374,
          "distinctRankCount": 912,
          "maxRank": 15046.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.362781,
          "sdRefIntergenicDistribution": 1.874044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35954,
          "distinctRankCount": 320,
          "maxRank": 12618.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.600448,
          "sdRefIntergenicDistribution": 2.213746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 371279,
          "distinctRankCount": 864,
          "maxRank": 14963.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.063658,
          "sdRefIntergenicDistribution": 1.745156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17152,
          "distinctRankCount": 200,
          "maxRank": 12177.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 580342090,
            "mappedReadsCount": 355935905,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.548992,
          "sdRefIntergenicDistribution": 1.661126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18180,
          "distinctRankCount": 239,
          "maxRank": 12276.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.764565,
          "sdRefIntergenicDistribution": 3.059741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1968352,
          "distinctRankCount": 1672,
          "maxRank": 16643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.984349,
          "sdRefIntergenicDistribution": 2.930578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1479495,
          "distinctRankCount": 1499,
          "maxRank": 16109.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.705706,
          "sdRefIntergenicDistribution": 2.991992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1900415,
          "distinctRankCount": 1633,
          "maxRank": 16255.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.349728,
          "sdRefIntergenicDistribution": 2.067442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175610,
          "distinctRankCount": 600,
          "maxRank": 14564.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.142192,
          "sdRefIntergenicDistribution": 2.305286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 324549,
          "distinctRankCount": 801,
          "maxRank": 15149.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.329974,
          "sdRefIntergenicDistribution": 3.011312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2249548,
          "distinctRankCount": 1669,
          "maxRank": 16236.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.522050,
          "sdRefIntergenicDistribution": 2.266652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 295299,
          "distinctRankCount": 777,
          "maxRank": 14879.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.322745,
          "sdRefIntergenicDistribution": 2.345665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 391374,
          "distinctRankCount": 831,
          "maxRank": 15280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.837300,
          "sdRefIntergenicDistribution": 1.967057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 133921,
          "distinctRankCount": 497,
          "maxRank": 13839.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.997166,
          "sdRefIntergenicDistribution": 2.431927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 788968,
          "distinctRankCount": 958,
          "maxRank": 15422.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.769507,
          "sdRefIntergenicDistribution": 2.883218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1396872,
          "distinctRankCount": 1331,
          "maxRank": 15854.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.468816,
          "sdRefIntergenicDistribution": 3.100355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2180790,
          "distinctRankCount": 1684,
          "maxRank": 16355.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 124.108355,
          "sdRefIntergenicDistribution": 1.636934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9383,
          "distinctRankCount": 119,
          "maxRank": 11612.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.773912,
          "sdRefIntergenicDistribution": 4.671220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27865977,
          "distinctRankCount": 4272,
          "maxRank": 18214.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.377888,
          "sdRefIntergenicDistribution": 1.679133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14743,
          "distinctRankCount": 214,
          "maxRank": 12061.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.049034,
          "sdRefIntergenicDistribution": 2.568243,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 696919,
          "distinctRankCount": 1074,
          "maxRank": 15582.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.737636,
          "sdRefIntergenicDistribution": 2.904367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1649671,
          "distinctRankCount": 1536,
          "maxRank": 16027.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.663926,
          "sdRefIntergenicDistribution": 2.338359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 374626,
          "distinctRankCount": 851,
          "maxRank": 15050.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.960116,
          "sdRefIntergenicDistribution": 1.941365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82819,
          "distinctRankCount": 444,
          "maxRank": 13696.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.895814,
          "sdRefIntergenicDistribution": 4.087640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10774476,
          "distinctRankCount": 3095,
          "maxRank": 17291.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.000202,
          "sdRefIntergenicDistribution": 2.866085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1349656,
          "distinctRankCount": 1431,
          "maxRank": 15987.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.331765,
          "sdRefIntergenicDistribution": 2.503002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 589925,
          "distinctRankCount": 1079,
          "maxRank": 15653.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.111193,
          "sdRefIntergenicDistribution": 2.002020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116083,
          "distinctRankCount": 522,
          "maxRank": 14053.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.300832,
          "sdRefIntergenicDistribution": 2.497226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 605188,
          "distinctRankCount": 1054,
          "maxRank": 15547.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.935901,
          "sdRefIntergenicDistribution": 3.450283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5401137,
          "distinctRankCount": 2215,
          "maxRank": 17033.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.673689,
          "sdRefIntergenicDistribution": 3.089354,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2104109,
          "distinctRankCount": 1678,
          "maxRank": 16721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.243253,
          "sdRefIntergenicDistribution": 2.804267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1165611,
          "distinctRankCount": 1361,
          "maxRank": 16156.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.383597,
          "sdRefIntergenicDistribution": 3.456026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3943630,
          "distinctRankCount": 2192,
          "maxRank": 17063.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.048300,
          "sdRefIntergenicDistribution": 3.884215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6576519,
          "distinctRankCount": 2508,
          "maxRank": 17043.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.872068,
          "sdRefIntergenicDistribution": 1.691316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14646,
          "distinctRankCount": 204,
          "maxRank": 12123.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.986393,
          "sdRefIntergenicDistribution": 2.508028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 687778,
          "distinctRankCount": 1076,
          "maxRank": 15600.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.152177,
          "sdRefIntergenicDistribution": 2.546149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 654450,
          "distinctRankCount": 1075,
          "maxRank": 15610.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.734077,
          "sdRefIntergenicDistribution": 3.078042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1981032,
          "distinctRankCount": 1689,
          "maxRank": 16630.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.138108,
          "sdRefIntergenicDistribution": 2.848233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1252277,
          "distinctRankCount": 1421,
          "maxRank": 16209.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.382329,
          "sdRefIntergenicDistribution": 1.733679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37584,
          "distinctRankCount": 303,
          "maxRank": 12772.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.009323,
          "sdRefIntergenicDistribution": 1.890563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29182,
          "distinctRankCount": 265,
          "maxRank": 12708.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.180084,
          "sdRefIntergenicDistribution": 2.386603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 456254,
          "distinctRankCount": 872,
          "maxRank": 15597.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.154500,
          "sdRefIntergenicDistribution": 2.505033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 628787,
          "distinctRankCount": 1008,
          "maxRank": 15700.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.669235,
          "sdRefIntergenicDistribution": 2.036034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 167637,
          "distinctRankCount": 586,
          "maxRank": 14337.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.849738,
          "sdRefIntergenicDistribution": 1.922460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66011,
          "distinctRankCount": 408,
          "maxRank": 13450.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.111204,
          "sdRefIntergenicDistribution": 3.606340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5851116,
          "distinctRankCount": 2477,
          "maxRank": 17203.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.738985,
          "sdRefIntergenicDistribution": 2.600766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 821766,
          "distinctRankCount": 1153,
          "maxRank": 15823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.618276,
          "sdRefIntergenicDistribution": 2.891427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1779056,
          "distinctRankCount": 1550,
          "maxRank": 15965.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.250876,
          "sdRefIntergenicDistribution": 2.163884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 354296,
          "distinctRankCount": 709,
          "maxRank": 14429.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.067992,
          "sdRefIntergenicDistribution": 2.725618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 690370,
          "distinctRankCount": 1098,
          "maxRank": 14855.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.325347,
          "sdRefIntergenicDistribution": 2.312647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 407268,
          "distinctRankCount": 865,
          "maxRank": 14988.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.874587,
          "sdRefIntergenicDistribution": 2.582746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 765183,
          "distinctRankCount": 1143,
          "maxRank": 15801.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.382643,
          "sdRefIntergenicDistribution": 1.871324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22241,
          "distinctRankCount": 238,
          "maxRank": 12301.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.850390,
          "sdRefIntergenicDistribution": 1.870032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67241,
          "distinctRankCount": 416,
          "maxRank": 13310.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 584995871,
            "mappedReadsCount": 363555437,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004716",
              "name": "conceptus"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 8",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.641794,
          "sdRefIntergenicDistribution": 1.796492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55366,
          "distinctRankCount": 373,
          "maxRank": 13221.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.434555,
          "sdRefIntergenicDistribution": 3.069962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2814087,
          "distinctRankCount": 2199,
          "maxRank": 16666.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.444114,
          "sdRefIntergenicDistribution": 1.693515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14929,
          "distinctRankCount": 199,
          "maxRank": 12244.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.025562,
          "sdRefIntergenicDistribution": 1.989982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 250462,
          "distinctRankCount": 781,
          "maxRank": 14998.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.804556,
          "sdRefIntergenicDistribution": 2.804292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1687311,
          "distinctRankCount": 1827,
          "maxRank": 16387.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.650987,
          "sdRefIntergenicDistribution": 2.883565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2087424,
          "distinctRankCount": 2000,
          "maxRank": 16692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.391502,
          "sdRefIntergenicDistribution": 2.492552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 930108,
          "distinctRankCount": 1439,
          "maxRank": 15975.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.241566,
          "sdRefIntergenicDistribution": 1.762582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59938,
          "distinctRankCount": 395,
          "maxRank": 13668.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.716585,
          "sdRefIntergenicDistribution": 2.210378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 471222,
          "distinctRankCount": 1034,
          "maxRank": 15480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.029571,
          "sdRefIntergenicDistribution": 2.431513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 699550,
          "distinctRankCount": 1227,
          "maxRank": 15985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 118.211760,
          "sdRefIntergenicDistribution": 1.431039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8977,
          "distinctRankCount": 143,
          "maxRank": 11779.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.949510,
          "sdRefIntergenicDistribution": 2.019180,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 214008,
          "distinctRankCount": 743,
          "maxRank": 14903.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.300664,
          "sdRefIntergenicDistribution": 1.589388,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36286,
          "distinctRankCount": 341,
          "maxRank": 13051.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.206325,
          "sdRefIntergenicDistribution": 1.718030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27573,
          "distinctRankCount": 294,
          "maxRank": 12806.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.280178,
          "sdRefIntergenicDistribution": 1.813257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106621,
          "distinctRankCount": 501,
          "maxRank": 13953.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.132908,
          "sdRefIntergenicDistribution": 1.543292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19132,
          "distinctRankCount": 244,
          "maxRank": 12562.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.112979,
          "sdRefIntergenicDistribution": 1.715313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13618,
          "distinctRankCount": 199,
          "maxRank": 12328.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.465302,
          "sdRefIntergenicDistribution": 1.675907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45101,
          "distinctRankCount": 326,
          "maxRank": 12774.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.908257,
          "sdRefIntergenicDistribution": 1.592015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18575,
          "distinctRankCount": 228,
          "maxRank": 12469.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.313105,
          "sdRefIntergenicDistribution": 1.629550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22451,
          "distinctRankCount": 226,
          "maxRank": 12632.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.421009,
          "sdRefIntergenicDistribution": 3.490514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4924606,
          "distinctRankCount": 2746,
          "maxRank": 17363.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.378521,
          "sdRefIntergenicDistribution": 2.237046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 396546,
          "distinctRankCount": 967,
          "maxRank": 15436.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.168159,
          "sdRefIntergenicDistribution": 2.831161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1429766,
          "distinctRankCount": 1668,
          "maxRank": 16513.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.292661,
          "sdRefIntergenicDistribution": 3.196819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3690434,
          "distinctRankCount": 2406,
          "maxRank": 16976.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.993775,
          "sdRefIntergenicDistribution": 2.373107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 666937,
          "distinctRankCount": 1213,
          "maxRank": 15825.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106245763,
            "mappedReadsCount": 61841555,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.083643,
          "sdRefIntergenicDistribution": 2.201675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 846346,
          "distinctRankCount": 967,
          "maxRank": 14924.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.157800,
          "sdRefIntergenicDistribution": 2.875815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1474778,
          "distinctRankCount": 1882,
          "maxRank": 16271.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.809135,
          "sdRefIntergenicDistribution": 2.650883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 916789,
          "distinctRankCount": 1561,
          "maxRank": 16280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.360825,
          "sdRefIntergenicDistribution": 2.666493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1118844,
          "distinctRankCount": 1492,
          "maxRank": 16330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.453897,
          "sdRefIntergenicDistribution": 3.780608,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6776871,
          "distinctRankCount": 3455,
          "maxRank": 17697.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.605723,
          "sdRefIntergenicDistribution": 3.498054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4400429,
          "distinctRankCount": 2876,
          "maxRank": 17431.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.468502,
          "sdRefIntergenicDistribution": 3.508136,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4752301,
          "distinctRankCount": 3001,
          "maxRank": 17363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.119106,
          "sdRefIntergenicDistribution": 2.714532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 857054,
          "distinctRankCount": 1390,
          "maxRank": 16241.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.488894,
          "sdRefIntergenicDistribution": 3.754119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6728994,
          "distinctRankCount": 3427,
          "maxRank": 17867.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.771661,
          "sdRefIntergenicDistribution": 2.673293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 946815,
          "distinctRankCount": 1525,
          "maxRank": 16336.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.269058,
          "sdRefIntergenicDistribution": 4.134192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14735899,
          "distinctRankCount": 4487,
          "maxRank": 18296.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.762463,
          "sdRefIntergenicDistribution": 1.806010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73603,
          "distinctRankCount": 491,
          "maxRank": 13823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.982520,
          "sdRefIntergenicDistribution": 2.542711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 752544,
          "distinctRankCount": 1396,
          "maxRank": 16085.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.289153,
          "sdRefIntergenicDistribution": 2.618971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 750405,
          "distinctRankCount": 1461,
          "maxRank": 16148.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.021952,
          "sdRefIntergenicDistribution": 2.006534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 181081,
          "distinctRankCount": 690,
          "maxRank": 14732.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.285084,
          "sdRefIntergenicDistribution": 4.335046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20787500,
          "distinctRankCount": 5148,
          "maxRank": 18519.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.725123,
          "sdRefIntergenicDistribution": 1.976761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 184646,
          "distinctRankCount": 716,
          "maxRank": 14520.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.770360,
          "sdRefIntergenicDistribution": 1.896843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104283,
          "distinctRankCount": 593,
          "maxRank": 14204.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.420313,
          "sdRefIntergenicDistribution": 3.609255,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5647797,
          "distinctRankCount": 3045,
          "maxRank": 17489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.394643,
          "sdRefIntergenicDistribution": 1.750795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50359,
          "distinctRankCount": 385,
          "maxRank": 13501.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.098722,
          "sdRefIntergenicDistribution": 2.595963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 770906,
          "distinctRankCount": 1396,
          "maxRank": 16281.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.691110,
          "sdRefIntergenicDistribution": 1.743861,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49820,
          "distinctRankCount": 394,
          "maxRank": 13414.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.592454,
          "sdRefIntergenicDistribution": 2.088216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 234139,
          "distinctRankCount": 808,
          "maxRank": 14932.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.259012,
          "sdRefIntergenicDistribution": 4.264129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18205805,
          "distinctRankCount": 4730,
          "maxRank": 18329.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.692550,
          "sdRefIntergenicDistribution": 1.651836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39360,
          "distinctRankCount": 339,
          "maxRank": 13018.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.633158,
          "sdRefIntergenicDistribution": 3.582390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4763880,
          "distinctRankCount": 2947,
          "maxRank": 17496.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.813008,
          "sdRefIntergenicDistribution": 1.650188,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37554,
          "distinctRankCount": 346,
          "maxRank": 12977.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.627059,
          "sdRefIntergenicDistribution": 3.469095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4189002,
          "distinctRankCount": 2750,
          "maxRank": 17335.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.627746,
          "sdRefIntergenicDistribution": 3.263101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3168790,
          "distinctRankCount": 2440,
          "maxRank": 17034.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.777421,
          "sdRefIntergenicDistribution": 3.228104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2862630,
          "distinctRankCount": 2361,
          "maxRank": 17008.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.587099,
          "sdRefIntergenicDistribution": 2.716611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1049931,
          "distinctRankCount": 1666,
          "maxRank": 16468.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.509752,
          "sdRefIntergenicDistribution": 2.921506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2201914,
          "distinctRankCount": 2108,
          "maxRank": 16668.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.472969,
          "sdRefIntergenicDistribution": 3.894592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8698763,
          "distinctRankCount": 3746,
          "maxRank": 18077.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.436235,
          "sdRefIntergenicDistribution": 1.576054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15938,
          "distinctRankCount": 190,
          "maxRank": 12232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.382276,
          "sdRefIntergenicDistribution": 1.732276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43621,
          "distinctRankCount": 313,
          "maxRank": 12925.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.805968,
          "sdRefIntergenicDistribution": 1.959527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132146,
          "distinctRankCount": 534,
          "maxRank": 14366.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.627336,
          "sdRefIntergenicDistribution": 3.463742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10050805,
          "distinctRankCount": 2733,
          "maxRank": 16895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.282542,
          "sdRefIntergenicDistribution": 4.232081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17601605,
          "distinctRankCount": 4712,
          "maxRank": 18378.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.477713,
          "sdRefIntergenicDistribution": 3.696629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6420410,
          "distinctRankCount": 3270,
          "maxRank": 17782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.712844,
          "sdRefIntergenicDistribution": 3.402854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3723580,
          "distinctRankCount": 2652,
          "maxRank": 17407.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.774759,
          "sdRefIntergenicDistribution": 3.071735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2423796,
          "distinctRankCount": 2236,
          "maxRank": 17049.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.512502,
          "sdRefIntergenicDistribution": 1.618899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33126,
          "distinctRankCount": 284,
          "maxRank": 12752.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.287521,
          "sdRefIntergenicDistribution": 3.305698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4368343,
          "distinctRankCount": 2688,
          "maxRank": 17286.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.664612,
          "sdRefIntergenicDistribution": 3.469610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4076011,
          "distinctRankCount": 2734,
          "maxRank": 17451.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.119917,
          "sdRefIntergenicDistribution": 2.482851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 708827,
          "distinctRankCount": 1280,
          "maxRank": 16000.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.731420,
          "sdRefIntergenicDistribution": 3.119478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2486411,
          "distinctRankCount": 2233,
          "maxRank": 16985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.049845,
          "sdRefIntergenicDistribution": 2.652728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 832092,
          "distinctRankCount": 1578,
          "maxRank": 16178.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.958150,
          "sdRefIntergenicDistribution": 3.099092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2195107,
          "distinctRankCount": 2246,
          "maxRank": 16965.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 896818825,
            "mappedReadsCount": 498370167,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.648456,
          "sdRefIntergenicDistribution": 3.142286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2826447,
          "distinctRankCount": 2263,
          "maxRank": 17015.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.949945,
          "sdRefIntergenicDistribution": 2.996407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1841424,
          "distinctRankCount": 2000,
          "maxRank": 16568.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.441743,
          "sdRefIntergenicDistribution": 2.496016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 908598,
          "distinctRankCount": 1349,
          "maxRank": 16004.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.493443,
          "sdRefIntergenicDistribution": 1.463982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16816,
          "distinctRankCount": 242,
          "maxRank": 12466.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.209465,
          "sdRefIntergenicDistribution": 3.536942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5957142,
          "distinctRankCount": 3051,
          "maxRank": 17269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.960299,
          "sdRefIntergenicDistribution": 1.586122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9203,
          "distinctRankCount": 153,
          "maxRank": 11821.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.387159,
          "sdRefIntergenicDistribution": 1.839425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80267,
          "distinctRankCount": 559,
          "maxRank": 13999.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.089753,
          "sdRefIntergenicDistribution": 2.492206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 693736,
          "distinctRankCount": 1373,
          "maxRank": 15855.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.712995,
          "sdRefIntergenicDistribution": 1.883565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 99295,
          "distinctRankCount": 549,
          "maxRank": 14065.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.787973,
          "sdRefIntergenicDistribution": 1.747075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46218,
          "distinctRankCount": 376,
          "maxRank": 13227.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.001785,
          "sdRefIntergenicDistribution": 2.897413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1703352,
          "distinctRankCount": 1868,
          "maxRank": 16685.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.365155,
          "sdRefIntergenicDistribution": 1.524014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9597,
          "distinctRankCount": 162,
          "maxRank": 11936.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.922264,
          "sdRefIntergenicDistribution": 1.549358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14190,
          "distinctRankCount": 189,
          "maxRank": 12201.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.574303,
          "sdRefIntergenicDistribution": 3.372289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3856018,
          "distinctRankCount": 2609,
          "maxRank": 17208.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.166371,
          "sdRefIntergenicDistribution": 2.007764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 202571,
          "distinctRankCount": 752,
          "maxRank": 14613.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.898424,
          "sdRefIntergenicDistribution": 4.494526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31970738,
          "distinctRankCount": 5399,
          "maxRank": 18493.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.327478,
          "sdRefIntergenicDistribution": 3.461989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4679152,
          "distinctRankCount": 2763,
          "maxRank": 17136.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.792830,
          "sdRefIntergenicDistribution": 3.007443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2078148,
          "distinctRankCount": 2097,
          "maxRank": 16716.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.214031,
          "sdRefIntergenicDistribution": 1.928790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179244,
          "distinctRankCount": 620,
          "maxRank": 14183.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.879035,
          "sdRefIntergenicDistribution": 2.320929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 371217,
          "distinctRankCount": 1026,
          "maxRank": 15683.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.611327,
          "sdRefIntergenicDistribution": 2.222176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 369063,
          "distinctRankCount": 1029,
          "maxRank": 15289.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.582509,
          "sdRefIntergenicDistribution": 1.857784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90135,
          "distinctRankCount": 545,
          "maxRank": 13983.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.658587,
          "sdRefIntergenicDistribution": 3.267458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3208456,
          "distinctRankCount": 2389,
          "maxRank": 17069.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.781180,
          "sdRefIntergenicDistribution": 2.539303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 811016,
          "distinctRankCount": 1352,
          "maxRank": 15915.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.606545,
          "sdRefIntergenicDistribution": 3.217694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2982569,
          "distinctRankCount": 2349,
          "maxRank": 17070.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.458778,
          "sdRefIntergenicDistribution": 3.452707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4430632,
          "distinctRankCount": 2847,
          "maxRank": 17379.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.073007,
          "sdRefIntergenicDistribution": 2.510612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 717505,
          "distinctRankCount": 1253,
          "maxRank": 15818.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.480858,
          "sdRefIntergenicDistribution": 1.582373,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16230,
          "distinctRankCount": 219,
          "maxRank": 12445.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.717868,
          "sdRefIntergenicDistribution": 1.765867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42460,
          "distinctRankCount": 390,
          "maxRank": 13336.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.031161,
          "sdRefIntergenicDistribution": 2.631423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2439313,
          "distinctRankCount": 1494,
          "maxRank": 15808.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.323494,
          "sdRefIntergenicDistribution": 2.019113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 201690,
          "distinctRankCount": 727,
          "maxRank": 14734.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.479877,
          "sdRefIntergenicDistribution": 3.469793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4735150,
          "distinctRankCount": 2832,
          "maxRank": 17362.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.321131,
          "sdRefIntergenicDistribution": 3.370361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4528617,
          "distinctRankCount": 2726,
          "maxRank": 17274.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.799828,
          "sdRefIntergenicDistribution": 3.115659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2358670,
          "distinctRankCount": 2110,
          "maxRank": 16782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.367609,
          "sdRefIntergenicDistribution": 2.676860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1089886,
          "distinctRankCount": 1583,
          "maxRank": 16279.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.438838,
          "sdRefIntergenicDistribution": 3.457156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4569569,
          "distinctRankCount": 2810,
          "maxRank": 17434.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 184.920964,
          "sdRefIntergenicDistribution": 1.715123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6206,
          "distinctRankCount": 105,
          "maxRank": 11528.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.720424,
          "sdRefIntergenicDistribution": 1.572039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31892,
          "distinctRankCount": 305,
          "maxRank": 12825.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.313722,
          "sdRefIntergenicDistribution": 1.536884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14267,
          "distinctRankCount": 212,
          "maxRank": 12164.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.400535,
          "sdRefIntergenicDistribution": 3.354732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4153780,
          "distinctRankCount": 2616,
          "maxRank": 17269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.091269,
          "sdRefIntergenicDistribution": 4.363398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23130369,
          "distinctRankCount": 5009,
          "maxRank": 18354.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 548375419,
            "mappedReadsCount": 319721378,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.436269,
          "sdRefIntergenicDistribution": 2.002361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65396,
          "distinctRankCount": 476,
          "maxRank": 13905.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.169383,
          "sdRefIntergenicDistribution": 1.892640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131742,
          "distinctRankCount": 584,
          "maxRank": 14249.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.764225,
          "sdRefIntergenicDistribution": 3.634533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9743878,
          "distinctRankCount": 3203,
          "maxRank": 17544.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.430870,
          "sdRefIntergenicDistribution": 1.785768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34128,
          "distinctRankCount": 329,
          "maxRank": 13179.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.834449,
          "sdRefIntergenicDistribution": 3.744191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10154689,
          "distinctRankCount": 2909,
          "maxRank": 17680.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220533,
          "sdRefIntergenicDistribution": 3.785369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23884412,
          "distinctRankCount": 4037,
          "maxRank": 18108.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.770963,
          "sdRefIntergenicDistribution": 2.914425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1493230,
          "distinctRankCount": 1619,
          "maxRank": 15683.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.275130,
          "sdRefIntergenicDistribution": 2.986924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2531844,
          "distinctRankCount": 1970,
          "maxRank": 16601.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.283756,
          "sdRefIntergenicDistribution": 3.182850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3352731,
          "distinctRankCount": 2355,
          "maxRank": 17113.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.178542,
          "sdRefIntergenicDistribution": 3.111526,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3051446,
          "distinctRankCount": 2162,
          "maxRank": 16506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 160.649897,
          "sdRefIntergenicDistribution": 1.526460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6621,
          "distinctRankCount": 121,
          "maxRank": 11571.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.107226,
          "sdRefIntergenicDistribution": 3.563864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6453176,
          "distinctRankCount": 2784,
          "maxRank": 17555.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.843772,
          "sdRefIntergenicDistribution": 2.585974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1162022,
          "distinctRankCount": 1391,
          "maxRank": 16020.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.622943,
          "sdRefIntergenicDistribution": 4.268616,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28176143,
          "distinctRankCount": 4660,
          "maxRank": 18230.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.825340,
          "sdRefIntergenicDistribution": 3.785420,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11131610,
          "distinctRankCount": 3185,
          "maxRank": 17739.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.956895,
          "sdRefIntergenicDistribution": 2.451478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 694575,
          "distinctRankCount": 1160,
          "maxRank": 15939.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.086560,
          "sdRefIntergenicDistribution": 2.156663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 386018,
          "distinctRankCount": 841,
          "maxRank": 15380.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.376650,
          "sdRefIntergenicDistribution": 1.817841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47941,
          "distinctRankCount": 298,
          "maxRank": 13080.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.468636,
          "sdRefIntergenicDistribution": 4.318683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43607953,
          "distinctRankCount": 4561,
          "maxRank": 18061.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.180528,
          "sdRefIntergenicDistribution": 2.103768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 301763,
          "distinctRankCount": 822,
          "maxRank": 15250.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.872841,
          "sdRefIntergenicDistribution": 2.044494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 206124,
          "distinctRankCount": 696,
          "maxRank": 14352.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.745624,
          "sdRefIntergenicDistribution": 1.813473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80193,
          "distinctRankCount": 484,
          "maxRank": 13880.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.822996,
          "sdRefIntergenicDistribution": 1.734543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56409,
          "distinctRankCount": 388,
          "maxRank": 13504.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.529027,
          "sdRefIntergenicDistribution": 1.857695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74793,
          "distinctRankCount": 486,
          "maxRank": 13644.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.816951,
          "sdRefIntergenicDistribution": 4.232885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24885418,
          "distinctRankCount": 4548,
          "maxRank": 18398.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.188697,
          "sdRefIntergenicDistribution": 3.326270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4084225,
          "distinctRankCount": 2473,
          "maxRank": 17110.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 932925391,
            "mappedReadsCount": 604140816,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.092552,
          "sdRefIntergenicDistribution": 3.401133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5589452,
          "distinctRankCount": 2552,
          "maxRank": 17460.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.795972,
          "sdRefIntergenicDistribution": 2.996521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2004545,
          "distinctRankCount": 2050,
          "maxRank": 16476.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.372249,
          "sdRefIntergenicDistribution": 1.708901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60655,
          "distinctRankCount": 452,
          "maxRank": 13692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.371025,
          "sdRefIntergenicDistribution": 2.177078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 312588,
          "distinctRankCount": 920,
          "maxRank": 15303.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.789925,
          "sdRefIntergenicDistribution": 3.066983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2211750,
          "distinctRankCount": 2188,
          "maxRank": 16712.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.826034,
          "sdRefIntergenicDistribution": 3.077150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2225523,
          "distinctRankCount": 2126,
          "maxRank": 16887.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.387401,
          "sdRefIntergenicDistribution": 2.665960,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1068673,
          "distinctRankCount": 1580,
          "maxRank": 16117.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.763493,
          "sdRefIntergenicDistribution": 2.313954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 311320,
          "distinctRankCount": 862,
          "maxRank": 15448.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.837843,
          "sdRefIntergenicDistribution": 2.996782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2008403,
          "distinctRankCount": 2048,
          "maxRank": 16778.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.138173,
          "sdRefIntergenicDistribution": 2.585875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 757871,
          "distinctRankCount": 1326,
          "maxRank": 16137.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.211771,
          "sdRefIntergenicDistribution": 2.308077,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 346340,
          "distinctRankCount": 992,
          "maxRank": 15528.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.827511,
          "sdRefIntergenicDistribution": 2.215001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 289043,
          "distinctRankCount": 910,
          "maxRank": 15411.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.644298,
          "sdRefIntergenicDistribution": 1.985673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151438,
          "distinctRankCount": 716,
          "maxRank": 14471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.070792,
          "sdRefIntergenicDistribution": 1.872204,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 101602,
          "distinctRankCount": 517,
          "maxRank": 13999.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.750223,
          "sdRefIntergenicDistribution": 1.656274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21335,
          "distinctRankCount": 238,
          "maxRank": 12586.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.806651,
          "sdRefIntergenicDistribution": 1.852207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118160,
          "distinctRankCount": 597,
          "maxRank": 13995.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.037797,
          "sdRefIntergenicDistribution": 1.724493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38263,
          "distinctRankCount": 326,
          "maxRank": 13409.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.815028,
          "sdRefIntergenicDistribution": 2.217511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 299890,
          "distinctRankCount": 837,
          "maxRank": 15498.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 172.268927,
          "sdRefIntergenicDistribution": 1.367450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5275,
          "distinctRankCount": 105,
          "maxRank": 11596.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.339916,
          "sdRefIntergenicDistribution": 3.894522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8880115,
          "distinctRankCount": 3669,
          "maxRank": 17808.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.933038,
          "sdRefIntergenicDistribution": 2.588192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 814071,
          "distinctRankCount": 1416,
          "maxRank": 16019.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.777499,
          "sdRefIntergenicDistribution": 3.366305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3238792,
          "distinctRankCount": 2528,
          "maxRank": 17230.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.656130,
          "sdRefIntergenicDistribution": 1.767741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48650,
          "distinctRankCount": 414,
          "maxRank": 13489.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.501267,
          "sdRefIntergenicDistribution": 3.400958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4049539,
          "distinctRankCount": 2690,
          "maxRank": 17154.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.746009,
          "sdRefIntergenicDistribution": 1.704206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22569,
          "distinctRankCount": 245,
          "maxRank": 12830.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.715751,
          "sdRefIntergenicDistribution": 3.467791,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3945745,
          "distinctRankCount": 2743,
          "maxRank": 17415.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955358,
          "sdRefIntergenicDistribution": 2.906520,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3399909,
          "distinctRankCount": 1880,
          "maxRank": 16012.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.754478,
          "sdRefIntergenicDistribution": 1.608824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10497,
          "distinctRankCount": 134,
          "maxRank": 12285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.374751,
          "sdRefIntergenicDistribution": 1.872076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73763,
          "distinctRankCount": 454,
          "maxRank": 14141.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182634863,
            "mappedReadsCount": 104929747,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.578307,
          "sdRefIntergenicDistribution": 1.641355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20322,
          "distinctRankCount": 217,
          "maxRank": 12563.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.192229,
          "sdRefIntergenicDistribution": 2.713057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1221865,
          "distinctRankCount": 1676,
          "maxRank": 16161.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.740570,
          "sdRefIntergenicDistribution": 2.332936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 510751,
          "distinctRankCount": 1212,
          "maxRank": 15854.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.345611,
          "sdRefIntergenicDistribution": 2.371657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 585299,
          "distinctRankCount": 1122,
          "maxRank": 15864.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.305142,
          "sdRefIntergenicDistribution": 3.651050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6515280,
          "distinctRankCount": 3218,
          "maxRank": 17646.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.631314,
          "sdRefIntergenicDistribution": 3.294334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3304477,
          "distinctRankCount": 2434,
          "maxRank": 17192.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.669666,
          "sdRefIntergenicDistribution": 3.098650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2518321,
          "distinctRankCount": 2197,
          "maxRank": 16899.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.095621,
          "sdRefIntergenicDistribution": 2.289784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 343606,
          "distinctRankCount": 875,
          "maxRank": 15470.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.528193,
          "sdRefIntergenicDistribution": 3.465952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4330504,
          "distinctRankCount": 2822,
          "maxRank": 17552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.801099,
          "sdRefIntergenicDistribution": 2.642341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 909836,
          "distinctRankCount": 1475,
          "maxRank": 16333.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.250437,
          "sdRefIntergenicDistribution": 3.899915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9911692,
          "distinctRankCount": 3819,
          "maxRank": 18036.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.576549,
          "sdRefIntergenicDistribution": 1.770155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65164,
          "distinctRankCount": 479,
          "maxRank": 13918.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.295233,
          "sdRefIntergenicDistribution": 1.673300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30535,
          "distinctRankCount": 307,
          "maxRank": 12916.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.847283,
          "sdRefIntergenicDistribution": 2.143221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 330426,
          "distinctRankCount": 899,
          "maxRank": 15322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.776765,
          "sdRefIntergenicDistribution": 2.306969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 375564,
          "distinctRankCount": 984,
          "maxRank": 15558.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.078764,
          "sdRefIntergenicDistribution": 2.110096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 257602,
          "distinctRankCount": 811,
          "maxRank": 15227.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.178869,
          "sdRefIntergenicDistribution": 4.144953,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15134587,
          "distinctRankCount": 4453,
          "maxRank": 18279.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.184500,
          "sdRefIntergenicDistribution": 2.046194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 244103,
          "distinctRankCount": 787,
          "maxRank": 14974.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.917847,
          "sdRefIntergenicDistribution": 1.725041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31320,
          "distinctRankCount": 297,
          "maxRank": 13122.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.394349,
          "sdRefIntergenicDistribution": 3.417514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4402376,
          "distinctRankCount": 2729,
          "maxRank": 17314.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.803481,
          "sdRefIntergenicDistribution": 1.949094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 221860,
          "distinctRankCount": 706,
          "maxRank": 14563.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.441664,
          "sdRefIntergenicDistribution": 1.882998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98959,
          "distinctRankCount": 552,
          "maxRank": 14500.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.145185,
          "sdRefIntergenicDistribution": 2.640902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 785689,
          "distinctRankCount": 1321,
          "maxRank": 16405.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.196471,
          "sdRefIntergenicDistribution": 1.632919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27001,
          "distinctRankCount": 298,
          "maxRank": 12802.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.668915,
          "sdRefIntergenicDistribution": 1.888076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127170,
          "distinctRankCount": 641,
          "maxRank": 14411.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.151891,
          "sdRefIntergenicDistribution": 4.097001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14562587,
          "distinctRankCount": 4347,
          "maxRank": 18146.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.554691,
          "sdRefIntergenicDistribution": 3.442299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4184450,
          "distinctRankCount": 2692,
          "maxRank": 17378.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.409559,
          "sdRefIntergenicDistribution": 1.731158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57390,
          "distinctRankCount": 421,
          "maxRank": 13636.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.742166,
          "sdRefIntergenicDistribution": 3.199628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2795998,
          "distinctRankCount": 2168,
          "maxRank": 17045.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.431617,
          "sdRefIntergenicDistribution": 2.633103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1008195,
          "distinctRankCount": 1445,
          "maxRank": 16174.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.862373,
          "sdRefIntergenicDistribution": 2.984212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2013456,
          "distinctRankCount": 1951,
          "maxRank": 16717.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.872169,
          "sdRefIntergenicDistribution": 1.549055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14299,
          "distinctRankCount": 199,
          "maxRank": 12356.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.345230,
          "sdRefIntergenicDistribution": 2.683014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1126504,
          "distinctRankCount": 1640,
          "maxRank": 16505.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.561874,
          "sdRefIntergenicDistribution": 2.873185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2040596,
          "distinctRankCount": 1999,
          "maxRank": 16680.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.446338,
          "sdRefIntergenicDistribution": 3.834775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7437477,
          "distinctRankCount": 3436,
          "maxRank": 17982.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.293939,
          "sdRefIntergenicDistribution": 1.729572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75613,
          "distinctRankCount": 422,
          "maxRank": 13869.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.488365,
          "sdRefIntergenicDistribution": 1.485557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16410,
          "distinctRankCount": 178,
          "maxRank": 12178.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.983698,
          "sdRefIntergenicDistribution": 2.850402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3167631,
          "distinctRankCount": 1783,
          "maxRank": 16136.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.251858,
          "sdRefIntergenicDistribution": 3.969206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10875666,
          "distinctRankCount": 3863,
          "maxRank": 18048.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.494901,
          "sdRefIntergenicDistribution": 3.507360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4800277,
          "distinctRankCount": 2748,
          "maxRank": 17581.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.804139,
          "sdRefIntergenicDistribution": 3.111227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2455651,
          "distinctRankCount": 2208,
          "maxRank": 17077.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.518728,
          "sdRefIntergenicDistribution": 2.341886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 536987,
          "distinctRankCount": 1131,
          "maxRank": 15840.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 196.821616,
          "sdRefIntergenicDistribution": 1.326814,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5516,
          "distinctRankCount": 94,
          "maxRank": 11489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.246099,
          "sdRefIntergenicDistribution": 2.606583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1125689,
          "distinctRankCount": 1477,
          "maxRank": 16331.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.535135,
          "sdRefIntergenicDistribution": 3.482563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4680071,
          "distinctRankCount": 2812,
          "maxRank": 17586.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.136617,
          "sdRefIntergenicDistribution": 2.412958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 660771,
          "distinctRankCount": 1186,
          "maxRank": 15985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.715794,
          "sdRefIntergenicDistribution": 2.548769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 848697,
          "distinctRankCount": 1328,
          "maxRank": 16139.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.776876,
          "sdRefIntergenicDistribution": 2.376477,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 522252,
          "distinctRankCount": 1248,
          "maxRank": 15841.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.777168,
          "sdRefIntergenicDistribution": 3.214873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2742302,
          "distinctRankCount": 2346,
          "maxRank": 17158.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 521276182,
            "mappedReadsCount": 286398556,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.413940,
          "sdRefIntergenicDistribution": 3.432317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4770272,
          "distinctRankCount": 2808,
          "maxRank": 17494.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.141626,
          "sdRefIntergenicDistribution": 2.730825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1309284,
          "distinctRankCount": 1730,
          "maxRank": 16395.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.606422,
          "sdRefIntergenicDistribution": 2.502951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 860316,
          "distinctRankCount": 1294,
          "maxRank": 16048.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.516087,
          "sdRefIntergenicDistribution": 1.704221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45586,
          "distinctRankCount": 390,
          "maxRank": 13463.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.386007,
          "sdRefIntergenicDistribution": 3.182828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3384251,
          "distinctRankCount": 2360,
          "maxRank": 16909.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 129.217234,
          "sdRefIntergenicDistribution": 1.530869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8171,
          "distinctRankCount": 127,
          "maxRank": 11819.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.149349,
          "sdRefIntergenicDistribution": 1.732656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59160,
          "distinctRankCount": 452,
          "maxRank": 13621.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.179571,
          "sdRefIntergenicDistribution": 2.378057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 625895,
          "distinctRankCount": 1250,
          "maxRank": 15812.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.314350,
          "sdRefIntergenicDistribution": 1.737754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64662,
          "distinctRankCount": 424,
          "maxRank": 13613.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.699841,
          "sdRefIntergenicDistribution": 3.106587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2534886,
          "distinctRankCount": 2227,
          "maxRank": 17030.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.680070,
          "sdRefIntergenicDistribution": 1.774921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59493,
          "distinctRankCount": 442,
          "maxRank": 13711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.325420,
          "sdRefIntergenicDistribution": 3.649126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6538525,
          "distinctRankCount": 3149,
          "maxRank": 17553.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.951344,
          "sdRefIntergenicDistribution": 2.051858,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252829,
          "distinctRankCount": 771,
          "maxRank": 14831.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.964686,
          "sdRefIntergenicDistribution": 4.267648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22319750,
          "distinctRankCount": 4781,
          "maxRank": 18308.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.419627,
          "sdRefIntergenicDistribution": 3.158143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3224293,
          "distinctRankCount": 2388,
          "maxRank": 16913.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.548563,
          "sdRefIntergenicDistribution": 3.203339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3004480,
          "distinctRankCount": 2431,
          "maxRank": 16936.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.910696,
          "sdRefIntergenicDistribution": 1.583088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29888,
          "distinctRankCount": 267,
          "maxRank": 12732.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.937134,
          "sdRefIntergenicDistribution": 2.466338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 538619,
          "distinctRankCount": 1198,
          "maxRank": 16080.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.647323,
          "sdRefIntergenicDistribution": 1.818758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23275,
          "distinctRankCount": 277,
          "maxRank": 12769.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.927744,
          "sdRefIntergenicDistribution": 1.445094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6584,
          "distinctRankCount": 88,
          "maxRank": 11570.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.631150,
          "sdRefIntergenicDistribution": 2.124777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 280885,
          "distinctRankCount": 887,
          "maxRank": 14921.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.574963,
          "sdRefIntergenicDistribution": 2.107916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 236899,
          "distinctRankCount": 882,
          "maxRank": 15029.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 150.302501,
          "sdRefIntergenicDistribution": 1.404368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6541,
          "distinctRankCount": 123,
          "maxRank": 11636.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.545351,
          "sdRefIntergenicDistribution": 3.345074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3726206,
          "distinctRankCount": 2445,
          "maxRank": 17226.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.753473,
          "sdRefIntergenicDistribution": 2.495793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 790767,
          "distinctRankCount": 1309,
          "maxRank": 15991.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.660729,
          "sdRefIntergenicDistribution": 3.124813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2597268,
          "distinctRankCount": 2195,
          "maxRank": 17005.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.398145,
          "sdRefIntergenicDistribution": 3.520245,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5049644,
          "distinctRankCount": 2994,
          "maxRank": 17486.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.774484,
          "sdRefIntergenicDistribution": 2.550583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 837015,
          "distinctRankCount": 1296,
          "maxRank": 16010.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.639966,
          "sdRefIntergenicDistribution": 1.806498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76830,
          "distinctRankCount": 500,
          "maxRank": 13978.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.724048,
          "sdRefIntergenicDistribution": 1.489154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16793,
          "distinctRankCount": 200,
          "maxRank": 12440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.700675,
          "sdRefIntergenicDistribution": 3.276419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7448937,
          "distinctRankCount": 2468,
          "maxRank": 16700.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.330143,
          "sdRefIntergenicDistribution": 2.134567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 305300,
          "distinctRankCount": 881,
          "maxRank": 15189.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.337860,
          "sdRefIntergenicDistribution": 3.656464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6596023,
          "distinctRankCount": 3194,
          "maxRank": 17600.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.285357,
          "sdRefIntergenicDistribution": 3.490529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5581903,
          "distinctRankCount": 2919,
          "maxRank": 17475.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.613283,
          "sdRefIntergenicDistribution": 3.192380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2996240,
          "distinctRankCount": 2299,
          "maxRank": 16988.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.472583,
          "sdRefIntergenicDistribution": 2.631225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1008370,
          "distinctRankCount": 1595,
          "maxRank": 16310.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.427486,
          "sdRefIntergenicDistribution": 3.429747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4504189,
          "distinctRankCount": 2823,
          "maxRank": 17500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.911402,
          "sdRefIntergenicDistribution": 1.425727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14549,
          "distinctRankCount": 172,
          "maxRank": 12028.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.602863,
          "sdRefIntergenicDistribution": 2.418445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 813647,
          "distinctRankCount": 1280,
          "maxRank": 16033.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.145218,
          "sdRefIntergenicDistribution": 1.726993,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46704,
          "distinctRankCount": 382,
          "maxRank": 13517.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.569882,
          "sdRefIntergenicDistribution": 1.613804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19577,
          "distinctRankCount": 234,
          "maxRank": 12676.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.223705,
          "sdRefIntergenicDistribution": 3.748430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8367511,
          "distinctRankCount": 3419,
          "maxRank": 17832.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.052415,
          "sdRefIntergenicDistribution": 4.318645,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23399630,
          "distinctRankCount": 5034,
          "maxRank": 18389.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 458866467,
            "mappedReadsCount": 262443289,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.424052,
          "sdRefIntergenicDistribution": 2.058862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120782,
          "distinctRankCount": 541,
          "maxRank": 14739.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.726880,
          "sdRefIntergenicDistribution": 1.736670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56776,
          "distinctRankCount": 393,
          "maxRank": 13462.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.984965,
          "sdRefIntergenicDistribution": 2.690046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1302937,
          "distinctRankCount": 1520,
          "maxRank": 16433.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.827867,
          "sdRefIntergenicDistribution": 3.475937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7222180,
          "distinctRankCount": 2668,
          "maxRank": 17357.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.512152,
          "sdRefIntergenicDistribution": 2.057723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 224186,
          "distinctRankCount": 693,
          "maxRank": 14934.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.799713,
          "sdRefIntergenicDistribution": 3.813043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12028961,
          "distinctRankCount": 2989,
          "maxRank": 17812.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.558657,
          "sdRefIntergenicDistribution": 2.966017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4556753,
          "distinctRankCount": 2075,
          "maxRank": 17143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.936581,
          "sdRefIntergenicDistribution": 2.775502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1247590,
          "distinctRankCount": 1488,
          "maxRank": 15536.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.096453,
          "sdRefIntergenicDistribution": 3.139688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3525384,
          "distinctRankCount": 2141,
          "maxRank": 16801.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.986455,
          "sdRefIntergenicDistribution": 1.726422,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38811,
          "distinctRankCount": 336,
          "maxRank": 13211.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.403351,
          "sdRefIntergenicDistribution": 3.051723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2765943,
          "distinctRankCount": 2009,
          "maxRank": 16985.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.016681,
          "sdRefIntergenicDistribution": 3.231642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4163056,
          "distinctRankCount": 2388,
          "maxRank": 16707.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.395454,
          "sdRefIntergenicDistribution": 3.289629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3729402,
          "distinctRankCount": 2121,
          "maxRank": 17215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.687503,
          "sdRefIntergenicDistribution": 2.703423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1494952,
          "distinctRankCount": 1423,
          "maxRank": 16286.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.694054,
          "sdRefIntergenicDistribution": 3.992860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17152568,
          "distinctRankCount": 3878,
          "maxRank": 17950.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.798292,
          "sdRefIntergenicDistribution": 3.927663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14053194,
          "distinctRankCount": 3380,
          "maxRank": 17905.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.348281,
          "sdRefIntergenicDistribution": 2.243091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 384759,
          "distinctRankCount": 920,
          "maxRank": 15574.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.840825,
          "sdRefIntergenicDistribution": 2.030968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 210995,
          "distinctRankCount": 694,
          "maxRank": 14921.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 175.798151,
          "sdRefIntergenicDistribution": 1.556542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6316,
          "distinctRankCount": 95,
          "maxRank": 11380.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.462943,
          "sdRefIntergenicDistribution": 4.434327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50284545,
          "distinctRankCount": 4816,
          "maxRank": 18256.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.297080,
          "sdRefIntergenicDistribution": 2.246424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 397407,
          "distinctRankCount": 883,
          "maxRank": 15538.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.435079,
          "sdRefIntergenicDistribution": 2.227803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 361337,
          "distinctRankCount": 830,
          "maxRank": 14745.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.531385,
          "sdRefIntergenicDistribution": 1.606686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21426,
          "distinctRankCount": 220,
          "maxRank": 12502.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.063750,
          "sdRefIntergenicDistribution": 1.958539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 152480,
          "distinctRankCount": 573,
          "maxRank": 14630.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.280748,
          "sdRefIntergenicDistribution": 1.534870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24815,
          "distinctRankCount": 252,
          "maxRank": 12642.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.929563,
          "sdRefIntergenicDistribution": 4.106523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18153434,
          "distinctRankCount": 3916,
          "maxRank": 18292.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.147454,
          "sdRefIntergenicDistribution": 3.422393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4941900,
          "distinctRankCount": 2566,
          "maxRank": 17343.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.951598,
          "sdRefIntergenicDistribution": 3.904594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12505745,
          "distinctRankCount": 3532,
          "maxRank": 18071.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.161451,
          "sdRefIntergenicDistribution": 1.853540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88989,
          "distinctRankCount": 473,
          "maxRank": 14179.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.010898,
          "sdRefIntergenicDistribution": 1.541854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8329,
          "distinctRankCount": 139,
          "maxRank": 11710.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 818806015,
            "mappedReadsCount": 514811025,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001040",
              "name": "yolk sac"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.123640,
          "sdRefIntergenicDistribution": 1.667694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23260,
          "distinctRankCount": 226,
          "maxRank": 12630.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.882134,
          "sdRefIntergenicDistribution": 2.938772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1701432,
          "distinctRankCount": 1730,
          "maxRank": 16286.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.300848,
          "sdRefIntergenicDistribution": 2.616647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1045642,
          "distinctRankCount": 1487,
          "maxRank": 16075.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.298925,
          "sdRefIntergenicDistribution": 2.630764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1076061,
          "distinctRankCount": 1350,
          "maxRank": 16161.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.590440,
          "sdRefIntergenicDistribution": 3.312378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3162154,
          "distinctRankCount": 2314,
          "maxRank": 16951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.942441,
          "sdRefIntergenicDistribution": 2.978958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1803007,
          "distinctRankCount": 1793,
          "maxRank": 16643.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.715314,
          "sdRefIntergenicDistribution": 3.000913,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2082802,
          "distinctRankCount": 1870,
          "maxRank": 16552.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.816688,
          "sdRefIntergenicDistribution": 1.782002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36848,
          "distinctRankCount": 319,
          "maxRank": 12833.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.646017,
          "sdRefIntergenicDistribution": 3.256468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2901030,
          "distinctRankCount": 2245,
          "maxRank": 17046.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.188151,
          "sdRefIntergenicDistribution": 2.497836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 674638,
          "distinctRankCount": 1123,
          "maxRank": 15839.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.355916,
          "sdRefIntergenicDistribution": 3.483908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4707921,
          "distinctRankCount": 2647,
          "maxRank": 17303.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.236029,
          "sdRefIntergenicDistribution": 1.735646,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19324,
          "distinctRankCount": 220,
          "maxRank": 12315.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.564124,
          "sdRefIntergenicDistribution": 1.671948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36292,
          "distinctRankCount": 325,
          "maxRank": 12904.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.164412,
          "sdRefIntergenicDistribution": 2.808801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1301450,
          "distinctRankCount": 1604,
          "maxRank": 16284.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.847386,
          "sdRefIntergenicDistribution": 2.210615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 269789,
          "distinctRankCount": 866,
          "maxRank": 14536.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.908720,
          "sdRefIntergenicDistribution": 2.203095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 275900,
          "distinctRankCount": 840,
          "maxRank": 15050.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.058471,
          "sdRefIntergenicDistribution": 2.087223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187418,
          "distinctRankCount": 659,
          "maxRank": 14756.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.223595,
          "sdRefIntergenicDistribution": 3.887607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9317465,
          "distinctRankCount": 3387,
          "maxRank": 17744.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.932008,
          "sdRefIntergenicDistribution": 1.785025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68617,
          "distinctRankCount": 400,
          "maxRank": 13249.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.181914,
          "sdRefIntergenicDistribution": 3.522561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5606356,
          "distinctRankCount": 2743,
          "maxRank": 17247.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.839965,
          "sdRefIntergenicDistribution": 2.811943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1583940,
          "distinctRankCount": 1670,
          "maxRank": 16370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.741953,
          "sdRefIntergenicDistribution": 3.112927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2273658,
          "distinctRankCount": 1967,
          "maxRank": 16713.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.377321,
          "sdRefIntergenicDistribution": 2.166744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 299088,
          "distinctRankCount": 827,
          "maxRank": 14741.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 169.877653,
          "sdRefIntergenicDistribution": 1.638712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6363,
          "distinctRankCount": 104,
          "maxRank": 11608.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.146956,
          "sdRefIntergenicDistribution": 1.761431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40721,
          "distinctRankCount": 322,
          "maxRank": 13162.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.371335,
          "sdRefIntergenicDistribution": 3.669818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5676355,
          "distinctRankCount": 2808,
          "maxRank": 17422.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.504248,
          "sdRefIntergenicDistribution": 3.549340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4516870,
          "distinctRankCount": 2666,
          "maxRank": 17272.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 128.825488,
          "sdRefIntergenicDistribution": 1.679307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8586,
          "distinctRankCount": 152,
          "maxRank": 11624.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.949533,
          "sdRefIntergenicDistribution": 3.178523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2260110,
          "distinctRankCount": 2012,
          "maxRank": 16885.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.369595,
          "sdRefIntergenicDistribution": 1.766131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55671,
          "distinctRankCount": 400,
          "maxRank": 13391.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.281862,
          "sdRefIntergenicDistribution": 2.779789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1214990,
          "distinctRankCount": 1482,
          "maxRank": 16259.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.776936,
          "sdRefIntergenicDistribution": 3.079945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2224222,
          "distinctRankCount": 1894,
          "maxRank": 16703.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.735898,
          "sdRefIntergenicDistribution": 3.028971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2043890,
          "distinctRankCount": 1858,
          "maxRank": 16542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.508465,
          "sdRefIntergenicDistribution": 1.577911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12717,
          "distinctRankCount": 188,
          "maxRank": 12039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.126955,
          "sdRefIntergenicDistribution": 1.583501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14183,
          "distinctRankCount": 198,
          "maxRank": 12139.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.326793,
          "sdRefIntergenicDistribution": 2.777808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1150589,
          "distinctRankCount": 1462,
          "maxRank": 16218.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.729583,
          "sdRefIntergenicDistribution": 3.047557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2123633,
          "distinctRankCount": 1914,
          "maxRank": 16733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.967753,
          "sdRefIntergenicDistribution": 2.933568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1671920,
          "distinctRankCount": 1658,
          "maxRank": 16400.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.711826,
          "sdRefIntergenicDistribution": 1.722942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30290,
          "distinctRankCount": 306,
          "maxRank": 12860.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.110258,
          "sdRefIntergenicDistribution": 1.894426,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76550,
          "distinctRankCount": 471,
          "maxRank": 13645.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.559339,
          "sdRefIntergenicDistribution": 3.469718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3977997,
          "distinctRankCount": 2469,
          "maxRank": 17326.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.680986,
          "sdRefIntergenicDistribution": 1.665671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32326,
          "distinctRankCount": 300,
          "maxRank": 12704.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.903755,
          "sdRefIntergenicDistribution": 2.175575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 391178,
          "distinctRankCount": 790,
          "maxRank": 15013.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.349558,
          "sdRefIntergenicDistribution": 1.921371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 176800,
          "distinctRankCount": 572,
          "maxRank": 14361.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.916185,
          "sdRefIntergenicDistribution": 3.123682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4354928,
          "distinctRankCount": 2015,
          "maxRank": 16380.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.588911,
          "sdRefIntergenicDistribution": 3.285383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3225872,
          "distinctRankCount": 2173,
          "maxRank": 16966.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.006272,
          "sdRefIntergenicDistribution": 2.886350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1559111,
          "distinctRankCount": 1658,
          "maxRank": 16398.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.761702,
          "sdRefIntergenicDistribution": 3.006982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2015704,
          "distinctRankCount": 1845,
          "maxRank": 16577.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.292737,
          "sdRefIntergenicDistribution": 2.725783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1129379,
          "distinctRankCount": 1446,
          "maxRank": 16107.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.884414,
          "sdRefIntergenicDistribution": 2.984622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1811873,
          "distinctRankCount": 1796,
          "maxRank": 16624.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.511608,
          "sdRefIntergenicDistribution": 3.242830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3076001,
          "distinctRankCount": 2208,
          "maxRank": 17020.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.487636,
          "sdRefIntergenicDistribution": 1.593149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17901,
          "distinctRankCount": 228,
          "maxRank": 11989.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.284492,
          "sdRefIntergenicDistribution": 1.746941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38810,
          "distinctRankCount": 342,
          "maxRank": 12734.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.793704,
          "sdRefIntergenicDistribution": 2.825372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1651944,
          "distinctRankCount": 1613,
          "maxRank": 16376.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.351785,
          "sdRefIntergenicDistribution": 2.464319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 616547,
          "distinctRankCount": 1154,
          "maxRank": 15768.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.921154,
          "sdRefIntergenicDistribution": 1.772123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55359,
          "distinctRankCount": 373,
          "maxRank": 13567.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.176373,
          "sdRefIntergenicDistribution": 3.341747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4538605,
          "distinctRankCount": 2463,
          "maxRank": 17139.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.022167,
          "sdRefIntergenicDistribution": 4.142542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14993284,
          "distinctRankCount": 3945,
          "maxRank": 18003.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.057962,
          "sdRefIntergenicDistribution": 2.100042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 217778,
          "distinctRankCount": 792,
          "maxRank": 14782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.876135,
          "sdRefIntergenicDistribution": 3.008419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1888886,
          "distinctRankCount": 1753,
          "maxRank": 16636.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.238191,
          "sdRefIntergenicDistribution": 2.073467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 139001,
          "distinctRankCount": 581,
          "maxRank": 14589.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.694811,
          "sdRefIntergenicDistribution": 1.940975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57728,
          "distinctRankCount": 404,
          "maxRank": 13104.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.708503,
          "sdRefIntergenicDistribution": 2.583475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 748871,
          "distinctRankCount": 1244,
          "maxRank": 15355.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 451666176,
            "mappedReadsCount": 255535777,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.301442,
          "sdRefIntergenicDistribution": 1.487657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11973,
          "distinctRankCount": 177,
          "maxRank": 11895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.750230,
          "sdRefIntergenicDistribution": 3.058710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2081242,
          "distinctRankCount": 1966,
          "maxRank": 16473.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.516575,
          "sdRefIntergenicDistribution": 2.597536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 921589,
          "distinctRankCount": 1379,
          "maxRank": 15959.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.871754,
          "sdRefIntergenicDistribution": 2.848716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1649864,
          "distinctRankCount": 1637,
          "maxRank": 16459.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.534649,
          "sdRefIntergenicDistribution": 3.402300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3641467,
          "distinctRankCount": 2439,
          "maxRank": 17044.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.958637,
          "sdRefIntergenicDistribution": 2.981354,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1759741,
          "distinctRankCount": 1797,
          "maxRank": 16525.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.583301,
          "sdRefIntergenicDistribution": 3.145163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2598221,
          "distinctRankCount": 2109,
          "maxRank": 16798.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.684045,
          "sdRefIntergenicDistribution": 3.234674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2694691,
          "distinctRankCount": 2186,
          "maxRank": 17004.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.834896,
          "sdRefIntergenicDistribution": 2.574384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 802884,
          "distinctRankCount": 1228,
          "maxRank": 15994.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.353951,
          "sdRefIntergenicDistribution": 3.540748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5020477,
          "distinctRankCount": 2729,
          "maxRank": 17370.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.826078,
          "sdRefIntergenicDistribution": 1.666230,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27388,
          "distinctRankCount": 291,
          "maxRank": 12564.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.306682,
          "sdRefIntergenicDistribution": 1.922083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123898,
          "distinctRankCount": 613,
          "maxRank": 14040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.135840,
          "sdRefIntergenicDistribution": 2.840292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1354127,
          "distinctRankCount": 1642,
          "maxRank": 16316.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.236372,
          "sdRefIntergenicDistribution": 2.069602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142459,
          "distinctRankCount": 624,
          "maxRank": 13657.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.811358,
          "sdRefIntergenicDistribution": 2.235213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284880,
          "distinctRankCount": 863,
          "maxRank": 14982.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.482307,
          "sdRefIntergenicDistribution": 2.160064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 245382,
          "distinctRankCount": 769,
          "maxRank": 15011.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.226377,
          "sdRefIntergenicDistribution": 3.907649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9160055,
          "distinctRankCount": 3432,
          "maxRank": 17698.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.759859,
          "sdRefIntergenicDistribution": 1.696321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22037,
          "distinctRankCount": 235,
          "maxRank": 12299.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.159035,
          "sdRefIntergenicDistribution": 3.629243,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6467303,
          "distinctRankCount": 2927,
          "maxRank": 17344.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.897079,
          "sdRefIntergenicDistribution": 2.819208,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1520180,
          "distinctRankCount": 1643,
          "maxRank": 16298.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.760766,
          "sdRefIntergenicDistribution": 3.103718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2199048,
          "distinctRankCount": 1945,
          "maxRank": 16678.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.157681,
          "sdRefIntergenicDistribution": 1.933881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 139782,
          "distinctRankCount": 634,
          "maxRank": 14061.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.493636,
          "sdRefIntergenicDistribution": 1.618310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8505,
          "distinctRankCount": 136,
          "maxRank": 11743.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.117183,
          "sdRefIntergenicDistribution": 1.787435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44178,
          "distinctRankCount": 349,
          "maxRank": 13369.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.915312,
          "sdRefIntergenicDistribution": 1.655558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19761,
          "distinctRankCount": 254,
          "maxRank": 12388.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.386078,
          "sdRefIntergenicDistribution": 3.635057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5358136,
          "distinctRankCount": 2837,
          "maxRank": 17396.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.427990,
          "sdRefIntergenicDistribution": 3.601885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5102494,
          "distinctRankCount": 2730,
          "maxRank": 17309.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.798760,
          "sdRefIntergenicDistribution": 1.750946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43621,
          "distinctRankCount": 350,
          "maxRank": 13112.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.909024,
          "sdRefIntergenicDistribution": 3.214850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2336141,
          "distinctRankCount": 2099,
          "maxRank": 16847.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.358898,
          "sdRefIntergenicDistribution": 1.591530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16457,
          "distinctRankCount": 217,
          "maxRank": 12252.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.248429,
          "sdRefIntergenicDistribution": 2.821101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1285151,
          "distinctRankCount": 1574,
          "maxRank": 16295.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.926194,
          "sdRefIntergenicDistribution": 2.995456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1872216,
          "distinctRankCount": 1809,
          "maxRank": 16573.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.718384,
          "sdRefIntergenicDistribution": 3.068528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2117667,
          "distinctRankCount": 1916,
          "maxRank": 16584.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.288579,
          "sdRefIntergenicDistribution": 2.751927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1162213,
          "distinctRankCount": 1444,
          "maxRank": 16224.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.207774,
          "sdRefIntergenicDistribution": 2.807076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1274476,
          "distinctRankCount": 1580,
          "maxRank": 16293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.182071,
          "sdRefIntergenicDistribution": 2.869377,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1361745,
          "distinctRankCount": 1552,
          "maxRank": 16204.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.873679,
          "sdRefIntergenicDistribution": 2.087345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 190662,
          "distinctRankCount": 785,
          "maxRank": 14716.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.466441,
          "sdRefIntergenicDistribution": 3.602489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5066630,
          "distinctRankCount": 2758,
          "maxRank": 17489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.945549,
          "sdRefIntergenicDistribution": 1.736089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35745,
          "distinctRankCount": 338,
          "maxRank": 12979.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.045500,
          "sdRefIntergenicDistribution": 2.313390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 561418,
          "distinctRankCount": 913,
          "maxRank": 15398.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.479865,
          "sdRefIntergenicDistribution": 2.039828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 251195,
          "distinctRankCount": 611,
          "maxRank": 14604.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.993456,
          "sdRefIntergenicDistribution": 2.981335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3413342,
          "distinctRankCount": 1793,
          "maxRank": 16146.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.709131,
          "sdRefIntergenicDistribution": 3.165642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2651852,
          "distinctRankCount": 2008,
          "maxRank": 16792.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.871223,
          "sdRefIntergenicDistribution": 2.992280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1852001,
          "distinctRankCount": 1807,
          "maxRank": 16527.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.264378,
          "sdRefIntergenicDistribution": 3.486917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4985219,
          "distinctRankCount": 2621,
          "maxRank": 17305.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.250063,
          "sdRefIntergenicDistribution": 2.755675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1190905,
          "distinctRankCount": 1456,
          "maxRank": 16124.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.921595,
          "sdRefIntergenicDistribution": 2.968132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1734287,
          "distinctRankCount": 1798,
          "maxRank": 16609.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.505608,
          "sdRefIntergenicDistribution": 3.278979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3264798,
          "distinctRankCount": 2246,
          "maxRank": 17092.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.425604,
          "sdRefIntergenicDistribution": 1.337675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10302,
          "distinctRankCount": 168,
          "maxRank": 11711.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.624444,
          "sdRefIntergenicDistribution": 2.859033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1864449,
          "distinctRankCount": 1677,
          "maxRank": 16442.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.384435,
          "sdRefIntergenicDistribution": 2.497263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 614197,
          "distinctRankCount": 1131,
          "maxRank": 15749.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.404037,
          "sdRefIntergenicDistribution": 1.907324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109182,
          "distinctRankCount": 537,
          "maxRank": 14070.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.250055,
          "sdRefIntergenicDistribution": 3.318822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4268937,
          "distinctRankCount": 2484,
          "maxRank": 17154.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.019323,
          "sdRefIntergenicDistribution": 4.150808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15776575,
          "distinctRankCount": 4079,
          "maxRank": 17985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.863166,
          "sdRefIntergenicDistribution": 2.067650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 146008,
          "distinctRankCount": 673,
          "maxRank": 14389.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.213375,
          "sdRefIntergenicDistribution": 2.885819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1422432,
          "distinctRankCount": 1594,
          "maxRank": 16466.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.358345,
          "sdRefIntergenicDistribution": 2.188790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 183883,
          "distinctRankCount": 669,
          "maxRank": 14970.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.993795,
          "sdRefIntergenicDistribution": 1.911491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52694,
          "distinctRankCount": 391,
          "maxRank": 12945.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.136207,
          "sdRefIntergenicDistribution": 2.681067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1057431,
          "distinctRankCount": 1489,
          "maxRank": 15780.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 462901281,
            "mappedReadsCount": 262868752,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.781611,
          "sdRefIntergenicDistribution": 1.905315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32860,
          "distinctRankCount": 291,
          "maxRank": 12391.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.553632,
          "sdRefIntergenicDistribution": 4.274479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29279434,
          "distinctRankCount": 3759,
          "maxRank": 17792.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.990980,
          "sdRefIntergenicDistribution": 3.594937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7340817,
          "distinctRankCount": 2535,
          "maxRank": 17483.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.793856,
          "sdRefIntergenicDistribution": 3.678808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8260718,
          "distinctRankCount": 2592,
          "maxRank": 17174.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.096239,
          "sdRefIntergenicDistribution": 3.262060,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3677556,
          "distinctRankCount": 1931,
          "maxRank": 16704.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.422661,
          "sdRefIntergenicDistribution": 2.482721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 789175,
          "distinctRankCount": 1069,
          "maxRank": 15494.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.889879,
          "sdRefIntergenicDistribution": 1.735769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29722,
          "distinctRankCount": 279,
          "maxRank": 12747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.939889,
          "sdRefIntergenicDistribution": 2.287809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 431251,
          "distinctRankCount": 862,
          "maxRank": 15202.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.930167,
          "sdRefIntergenicDistribution": 3.290358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4733686,
          "distinctRankCount": 2076,
          "maxRank": 16853.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.626663,
          "sdRefIntergenicDistribution": 1.678232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34953,
          "distinctRankCount": 262,
          "maxRank": 12887.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.172301,
          "sdRefIntergenicDistribution": 3.123852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3117941,
          "distinctRankCount": 1612,
          "maxRank": 16679.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.301708,
          "sdRefIntergenicDistribution": 2.339419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 460957,
          "distinctRankCount": 826,
          "maxRank": 15138.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.800154,
          "sdRefIntergenicDistribution": 2.867046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1403732,
          "distinctRankCount": 1357,
          "maxRank": 15813.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.467604,
          "sdRefIntergenicDistribution": 2.554436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 541208,
          "distinctRankCount": 929,
          "maxRank": 14745.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.675507,
          "sdRefIntergenicDistribution": 2.243411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 461637,
          "distinctRankCount": 872,
          "maxRank": 15348.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.180514,
          "sdRefIntergenicDistribution": 1.933146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 152380,
          "distinctRankCount": 569,
          "maxRank": 14283.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.186335,
          "sdRefIntergenicDistribution": 1.763252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44714,
          "distinctRankCount": 330,
          "maxRank": 13124.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.976898,
          "sdRefIntergenicDistribution": 1.705006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21316,
          "distinctRankCount": 227,
          "maxRank": 12560.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.811768,
          "sdRefIntergenicDistribution": 1.599574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14946,
          "distinctRankCount": 186,
          "maxRank": 12103.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.540447,
          "sdRefIntergenicDistribution": 2.981156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2198939,
          "distinctRankCount": 1674,
          "maxRank": 16631.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000050",
              "name": "megakaryocyte-erythroid progenitor cell"
            },
            "cellTypeAuthorAnnotation": "MEP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.680976,
          "sdRefIntergenicDistribution": 1.761311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48834,
          "distinctRankCount": 334,
          "maxRank": 13052.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.909362,
          "sdRefIntergenicDistribution": 1.655421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20004,
          "distinctRankCount": 226,
          "maxRank": 12389.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.082312,
          "sdRefIntergenicDistribution": 1.678618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24591,
          "distinctRankCount": 264,
          "maxRank": 12624.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 126.567111,
          "sdRefIntergenicDistribution": 1.597127,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8768,
          "distinctRankCount": 144,
          "maxRank": 11749.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.079959,
          "sdRefIntergenicDistribution": 2.629538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1107725,
          "distinctRankCount": 1213,
          "maxRank": 16040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.111570,
          "sdRefIntergenicDistribution": 3.325273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3916945,
          "distinctRankCount": 2071,
          "maxRank": 16620.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.982498,
          "sdRefIntergenicDistribution": 3.539107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5821635,
          "distinctRankCount": 2369,
          "maxRank": 17097.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.032307,
          "sdRefIntergenicDistribution": 3.534146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6433147,
          "distinctRankCount": 2403,
          "maxRank": 17357.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 396866076,
            "mappedReadsCount": 247678449,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.213690,
          "sdRefIntergenicDistribution": 2.605390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1021189,
          "distinctRankCount": 1195,
          "maxRank": 15873.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.331989,
          "sdRefIntergenicDistribution": 3.462460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4347388,
          "distinctRankCount": 2527,
          "maxRank": 17036.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.646447,
          "sdRefIntergenicDistribution": 2.096944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 226263,
          "distinctRankCount": 767,
          "maxRank": 14789.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.051382,
          "sdRefIntergenicDistribution": 2.721199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1265185,
          "distinctRankCount": 1430,
          "maxRank": 16271.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.458006,
          "sdRefIntergenicDistribution": 3.387049,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3707241,
          "distinctRankCount": 2354,
          "maxRank": 17119.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.538461,
          "sdRefIntergenicDistribution": 3.356241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3482233,
          "distinctRankCount": 2274,
          "maxRank": 17094.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.117681,
          "sdRefIntergenicDistribution": 3.676933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6770005,
          "distinctRankCount": 2909,
          "maxRank": 17376.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.766559,
          "sdRefIntergenicDistribution": 2.788186,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1001928,
          "distinctRankCount": 1232,
          "maxRank": 16266.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.454277,
          "sdRefIntergenicDistribution": 3.489903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4351027,
          "distinctRankCount": 2515,
          "maxRank": 17425.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.995917,
          "sdRefIntergenicDistribution": 2.572580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 761471,
          "distinctRankCount": 1188,
          "maxRank": 15952.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.357250,
          "sdRefIntergenicDistribution": 3.560341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5269927,
          "distinctRankCount": 2746,
          "maxRank": 17490.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.517941,
          "sdRefIntergenicDistribution": 1.933822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120035,
          "distinctRankCount": 587,
          "maxRank": 14150.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.682155,
          "sdRefIntergenicDistribution": 1.909577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92420,
          "distinctRankCount": 576,
          "maxRank": 13734.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.028539,
          "sdRefIntergenicDistribution": 2.905798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1520678,
          "distinctRankCount": 1654,
          "maxRank": 16532.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.477795,
          "sdRefIntergenicDistribution": 2.841826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1183951,
          "distinctRankCount": 1509,
          "maxRank": 16407.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.916151,
          "sdRefIntergenicDistribution": 2.411298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 480412,
          "distinctRankCount": 973,
          "maxRank": 15586.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.206178,
          "sdRefIntergenicDistribution": 4.077180,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11298621,
          "distinctRankCount": 3668,
          "maxRank": 17972.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.680993,
          "sdRefIntergenicDistribution": 2.473383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 724132,
          "distinctRankCount": 1155,
          "maxRank": 15741.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.839705,
          "sdRefIntergenicDistribution": 3.911819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12657820,
          "distinctRankCount": 3593,
          "maxRank": 17779.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.208581,
          "sdRefIntergenicDistribution": 2.703020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1134052,
          "distinctRankCount": 1505,
          "maxRank": 15973.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.302278,
          "sdRefIntergenicDistribution": 3.589677,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5523177,
          "distinctRankCount": 2739,
          "maxRank": 17385.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.970737,
          "sdRefIntergenicDistribution": 1.792360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55310,
          "distinctRankCount": 399,
          "maxRank": 13569.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.513286,
          "sdRefIntergenicDistribution": 2.165719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 240922,
          "distinctRankCount": 684,
          "maxRank": 15061.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.320624,
          "sdRefIntergenicDistribution": 3.937735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8512207,
          "distinctRankCount": 3215,
          "maxRank": 17740.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.250347,
          "sdRefIntergenicDistribution": 3.840401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7826922,
          "distinctRankCount": 3092,
          "maxRank": 17643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.084117,
          "sdRefIntergenicDistribution": 1.756266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47968,
          "distinctRankCount": 364,
          "maxRank": 13236.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.666979,
          "sdRefIntergenicDistribution": 3.430012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3558162,
          "distinctRankCount": 2337,
          "maxRank": 17233.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.400865,
          "sdRefIntergenicDistribution": 1.964659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116770,
          "distinctRankCount": 550,
          "maxRank": 14076.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.163165,
          "sdRefIntergenicDistribution": 2.858815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1388175,
          "distinctRankCount": 1511,
          "maxRank": 16306.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.185240,
          "sdRefIntergenicDistribution": 3.662054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6505953,
          "distinctRankCount": 2854,
          "maxRank": 17454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.832568,
          "sdRefIntergenicDistribution": 2.989204,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1864730,
          "distinctRankCount": 1738,
          "maxRank": 16480.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.062937,
          "sdRefIntergenicDistribution": 2.892351,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1488030,
          "distinctRankCount": 1616,
          "maxRank": 16454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.082305,
          "sdRefIntergenicDistribution": 2.909413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1515144,
          "distinctRankCount": 1726,
          "maxRank": 16462.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.045295,
          "sdRefIntergenicDistribution": 2.875246,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1487335,
          "distinctRankCount": 1560,
          "maxRank": 16379.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.482745,
          "sdRefIntergenicDistribution": 1.830455,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44579,
          "distinctRankCount": 372,
          "maxRank": 13298.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.624861,
          "sdRefIntergenicDistribution": 1.880502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 100082,
          "distinctRankCount": 497,
          "maxRank": 14009.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.251912,
          "sdRefIntergenicDistribution": 3.256396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3549802,
          "distinctRankCount": 2153,
          "maxRank": 16982.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.592611,
          "sdRefIntergenicDistribution": 3.412014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3678795,
          "distinctRankCount": 2359,
          "maxRank": 17332.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.779010,
          "sdRefIntergenicDistribution": 1.668756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24690,
          "distinctRankCount": 232,
          "maxRank": 12454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.054468,
          "sdRefIntergenicDistribution": 1.993639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187961,
          "distinctRankCount": 592,
          "maxRank": 14341.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.826178,
          "sdRefIntergenicDistribution": 1.734400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51076,
          "distinctRankCount": 396,
          "maxRank": 13201.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.500130,
          "sdRefIntergenicDistribution": 3.580915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13511136,
          "distinctRankCount": 2669,
          "maxRank": 17018.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.319274,
          "sdRefIntergenicDistribution": 3.667051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6022077,
          "distinctRankCount": 2748,
          "maxRank": 17526.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.838117,
          "sdRefIntergenicDistribution": 3.049707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2047339,
          "distinctRankCount": 1880,
          "maxRank": 16652.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.069854,
          "sdRefIntergenicDistribution": 3.852829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10046347,
          "distinctRankCount": 3282,
          "maxRank": 17897.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.491190,
          "sdRefIntergenicDistribution": 2.707371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1028350,
          "distinctRankCount": 1394,
          "maxRank": 16044.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.973326,
          "sdRefIntergenicDistribution": 2.886491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1566794,
          "distinctRankCount": 1682,
          "maxRank": 16588.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.467399,
          "sdRefIntergenicDistribution": 3.304376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3494104,
          "distinctRankCount": 2240,
          "maxRank": 17198.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.943861,
          "sdRefIntergenicDistribution": 1.751573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17565,
          "distinctRankCount": 193,
          "maxRank": 12032.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.368158,
          "sdRefIntergenicDistribution": 3.097225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3020083,
          "distinctRankCount": 1956,
          "maxRank": 16882.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.959479,
          "sdRefIntergenicDistribution": 2.958308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1731093,
          "distinctRankCount": 1693,
          "maxRank": 16685.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.543339,
          "sdRefIntergenicDistribution": 2.351765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 533100,
          "distinctRankCount": 996,
          "maxRank": 15626.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.221379,
          "sdRefIntergenicDistribution": 3.610373,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6219740,
          "distinctRankCount": 2760,
          "maxRank": 17558.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.158430,
          "sdRefIntergenicDistribution": 3.952933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9863296,
          "distinctRankCount": 3393,
          "maxRank": 17792.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.908157,
          "sdRefIntergenicDistribution": 2.551838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 755034,
          "distinctRankCount": 1248,
          "maxRank": 15959.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.383412,
          "sdRefIntergenicDistribution": 2.517693,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 894237,
          "distinctRankCount": 1215,
          "maxRank": 15919.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.140317,
          "sdRefIntergenicDistribution": 2.146063,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 119798,
          "distinctRankCount": 575,
          "maxRank": 14216.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 783755419,
            "mappedReadsCount": 449874199,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.921549,
          "sdRefIntergenicDistribution": 1.699029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21501,
          "distinctRankCount": 232,
          "maxRank": 12411.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.287377,
          "sdRefIntergenicDistribution": 3.478841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4667998,
          "distinctRankCount": 2609,
          "maxRank": 17126.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.250232,
          "sdRefIntergenicDistribution": 1.986975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169737,
          "distinctRankCount": 645,
          "maxRank": 14488.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.945163,
          "sdRefIntergenicDistribution": 2.764921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1416760,
          "distinctRankCount": 1526,
          "maxRank": 16352.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.410584,
          "sdRefIntergenicDistribution": 3.412218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3988029,
          "distinctRankCount": 2413,
          "maxRank": 17132.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.518601,
          "sdRefIntergenicDistribution": 3.312396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3344003,
          "distinctRankCount": 2234,
          "maxRank": 17112.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.053280,
          "sdRefIntergenicDistribution": 3.627860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6645690,
          "distinctRankCount": 2820,
          "maxRank": 17324.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.164613,
          "sdRefIntergenicDistribution": 2.639094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 737031,
          "distinctRankCount": 1102,
          "maxRank": 15976.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.406003,
          "sdRefIntergenicDistribution": 3.530594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4888628,
          "distinctRankCount": 2578,
          "maxRank": 17471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.210709,
          "sdRefIntergenicDistribution": 2.523978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 664310,
          "distinctRankCount": 1108,
          "maxRank": 15828.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.272603,
          "sdRefIntergenicDistribution": 3.661493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6460033,
          "distinctRankCount": 2910,
          "maxRank": 17630.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.977353,
          "sdRefIntergenicDistribution": 1.993639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179274,
          "distinctRankCount": 709,
          "maxRank": 14607.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.739562,
          "sdRefIntergenicDistribution": 1.774199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28740,
          "distinctRankCount": 332,
          "maxRank": 12735.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.858927,
          "sdRefIntergenicDistribution": 3.017938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1906458,
          "distinctRankCount": 1758,
          "maxRank": 16696.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.797283,
          "sdRefIntergenicDistribution": 2.685989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 894378,
          "distinctRankCount": 1370,
          "maxRank": 16133.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.683050,
          "sdRefIntergenicDistribution": 2.261236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 362041,
          "distinctRankCount": 868,
          "maxRank": 15226.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.170747,
          "sdRefIntergenicDistribution": 4.086990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12430491,
          "distinctRankCount": 3711,
          "maxRank": 18024.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.819383,
          "sdRefIntergenicDistribution": 2.405506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 658872,
          "distinctRankCount": 1062,
          "maxRank": 15564.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.817950,
          "sdRefIntergenicDistribution": 3.933659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13356796,
          "distinctRankCount": 3566,
          "maxRank": 17808.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.086264,
          "sdRefIntergenicDistribution": 2.648343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1136097,
          "distinctRankCount": 1462,
          "maxRank": 15956.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.241126,
          "sdRefIntergenicDistribution": 3.589226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5541627,
          "distinctRankCount": 2687,
          "maxRank": 17341.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.575020,
          "sdRefIntergenicDistribution": 2.289149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 382087,
          "distinctRankCount": 881,
          "maxRank": 15501.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.212916,
          "sdRefIntergenicDistribution": 2.243730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 318828,
          "distinctRankCount": 781,
          "maxRank": 15338.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.138441,
          "sdRefIntergenicDistribution": 1.815310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69751,
          "distinctRankCount": 459,
          "maxRank": 13509.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.276184,
          "sdRefIntergenicDistribution": 4.040370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9621472,
          "distinctRankCount": 3329,
          "maxRank": 17843.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.273546,
          "sdRefIntergenicDistribution": 3.821057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7733840,
          "distinctRankCount": 3108,
          "maxRank": 17661.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.430630,
          "sdRefIntergenicDistribution": 1.825397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70518,
          "distinctRankCount": 416,
          "maxRank": 13513.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.652467,
          "sdRefIntergenicDistribution": 3.382813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3365860,
          "distinctRankCount": 2250,
          "maxRank": 17197.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.730855,
          "sdRefIntergenicDistribution": 1.980843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128688,
          "distinctRankCount": 588,
          "maxRank": 14280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.026575,
          "sdRefIntergenicDistribution": 2.881323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1535662,
          "distinctRankCount": 1575,
          "maxRank": 16444.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.187508,
          "sdRefIntergenicDistribution": 3.647337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6557184,
          "distinctRankCount": 2783,
          "maxRank": 17441.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.642145,
          "sdRefIntergenicDistribution": 3.073585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2283013,
          "distinctRankCount": 1858,
          "maxRank": 16615.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.922620,
          "sdRefIntergenicDistribution": 1.733534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35789,
          "distinctRankCount": 319,
          "maxRank": 12939.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.710636,
          "sdRefIntergenicDistribution": 1.777903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33113,
          "distinctRankCount": 316,
          "maxRank": 12633.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.850701,
          "sdRefIntergenicDistribution": 2.995449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1879488,
          "distinctRankCount": 1767,
          "maxRank": 16643.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.031821,
          "sdRefIntergenicDistribution": 2.901907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1554410,
          "distinctRankCount": 1693,
          "maxRank": 16503.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.832238,
          "sdRefIntergenicDistribution": 2.989406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1964272,
          "distinctRankCount": 1746,
          "maxRank": 16583.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.818783,
          "sdRefIntergenicDistribution": 1.636793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22979,
          "distinctRankCount": 252,
          "maxRank": 12575.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.468835,
          "sdRefIntergenicDistribution": 2.279101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 382121,
          "distinctRankCount": 906,
          "maxRank": 15514.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.206623,
          "sdRefIntergenicDistribution": 3.321910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4156897,
          "distinctRankCount": 2284,
          "maxRank": 17115.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.545068,
          "sdRefIntergenicDistribution": 3.506441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4286591,
          "distinctRankCount": 2483,
          "maxRank": 17440.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.337712,
          "sdRefIntergenicDistribution": 1.909048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127893,
          "distinctRankCount": 518,
          "maxRank": 14235.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.601089,
          "sdRefIntergenicDistribution": 1.967306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 150688,
          "distinctRankCount": 549,
          "maxRank": 14205.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.885634,
          "sdRefIntergenicDistribution": 1.724659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17377,
          "distinctRankCount": 195,
          "maxRank": 12132.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.503074,
          "sdRefIntergenicDistribution": 3.578395,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13517547,
          "distinctRankCount": 2647,
          "maxRank": 17044.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.347580,
          "sdRefIntergenicDistribution": 3.611747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5611267,
          "distinctRankCount": 2668,
          "maxRank": 17510.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.941709,
          "sdRefIntergenicDistribution": 2.958940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1757667,
          "distinctRankCount": 1818,
          "maxRank": 16511.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.047937,
          "sdRefIntergenicDistribution": 3.828986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10203249,
          "distinctRankCount": 3215,
          "maxRank": 17894.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.290139,
          "sdRefIntergenicDistribution": 2.795381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1220639,
          "distinctRankCount": 1501,
          "maxRank": 16265.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.875157,
          "sdRefIntergenicDistribution": 2.946270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1803381,
          "distinctRankCount": 1716,
          "maxRank": 16695.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.494705,
          "sdRefIntergenicDistribution": 3.278983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3320366,
          "distinctRankCount": 2233,
          "maxRank": 17143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 156.745466,
          "sdRefIntergenicDistribution": 1.654365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7516,
          "distinctRankCount": 132,
          "maxRank": 11460.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 194.088519,
          "sdRefIntergenicDistribution": 1.762186,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5941,
          "distinctRankCount": 100,
          "maxRank": 11310.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.437164,
          "sdRefIntergenicDistribution": 3.050840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2780636,
          "distinctRankCount": 1930,
          "maxRank": 16802.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.854204,
          "sdRefIntergenicDistribution": 3.080534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2101967,
          "distinctRankCount": 1844,
          "maxRank": 16852.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.791769,
          "sdRefIntergenicDistribution": 2.501715,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 759617,
          "distinctRankCount": 1165,
          "maxRank": 15895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.175518,
          "sdRefIntergenicDistribution": 3.678886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6878164,
          "distinctRankCount": 2832,
          "maxRank": 17603.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.124790,
          "sdRefIntergenicDistribution": 3.958277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10516640,
          "distinctRankCount": 3449,
          "maxRank": 17824.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.172493,
          "sdRefIntergenicDistribution": 2.454822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 646998,
          "distinctRankCount": 1166,
          "maxRank": 15859.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.488828,
          "sdRefIntergenicDistribution": 2.487752,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 841354,
          "distinctRankCount": 1201,
          "maxRank": 15883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.751528,
          "sdRefIntergenicDistribution": 2.127669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123495,
          "distinctRankCount": 598,
          "maxRank": 14447.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 811572425,
            "mappedReadsCount": 467564261,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.606630,
          "sdRefIntergenicDistribution": 1.729053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34499,
          "distinctRankCount": 305,
          "maxRank": 12905.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011012",
              "name": "neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Cranial neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.346840,
          "sdRefIntergenicDistribution": 3.412290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4004760,
          "distinctRankCount": 2435,
          "maxRank": 16882.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Embryo proper endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.771311,
          "sdRefIntergenicDistribution": 2.023198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 211674,
          "distinctRankCount": 751,
          "maxRank": 14682.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.008033,
          "sdRefIntergenicDistribution": 2.708170,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1310183,
          "distinctRankCount": 1480,
          "maxRank": 16247.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000333",
              "name": "migratory neural crest cell"
            },
            "cellTypeAuthorAnnotation": "Migratory neural crest",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.497616,
          "sdRefIntergenicDistribution": 3.391632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3661461,
          "distinctRankCount": 2366,
          "maxRank": 17063.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.576529,
          "sdRefIntergenicDistribution": 3.335124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3306374,
          "distinctRankCount": 2277,
          "maxRank": 17063.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.157138,
          "sdRefIntergenicDistribution": 3.729902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6988310,
          "distinctRankCount": 3063,
          "maxRank": 17419.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Differentiating neurons",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.740202,
          "sdRefIntergenicDistribution": 2.819398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1011015,
          "distinctRankCount": 1228,
          "maxRank": 16235.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000221",
              "name": "ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Placodal ectoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.490627,
          "sdRefIntergenicDistribution": 3.488054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4375534,
          "distinctRankCount": 2611,
          "maxRank": 17433.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Anterior cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.299821,
          "sdRefIntergenicDistribution": 2.509704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 650605,
          "distinctRankCount": 1119,
          "maxRank": 15867.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Cardiopharyngeal progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.374212,
          "sdRefIntergenicDistribution": 3.631061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5486312,
          "distinctRankCount": 2754,
          "maxRank": 17496.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.654134,
          "sdRefIntergenicDistribution": 1.928845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128533,
          "distinctRankCount": 616,
          "maxRank": 14156.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Haematoendothelial progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.719594,
          "sdRefIntergenicDistribution": 1.934626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105777,
          "distinctRankCount": 570,
          "maxRank": 13950.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "Nephron progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.072478,
          "sdRefIntergenicDistribution": 2.930922,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1556547,
          "distinctRankCount": 1642,
          "maxRank": 16576.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Floor plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.954696,
          "sdRefIntergenicDistribution": 2.662618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 832335,
          "distinctRankCount": 1242,
          "maxRank": 16041.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000710",
              "name": "neurecto-epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Roof plate",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.566099,
          "sdRefIntergenicDistribution": 2.302634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 382996,
          "distinctRankCount": 922,
          "maxRank": 15327.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000066",
              "name": "epithelial cell"
            },
            "cellTypeAuthorAnnotation": "Dermomyotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.247950,
          "sdRefIntergenicDistribution": 3.991227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10292997,
          "distinctRankCount": 3547,
          "maxRank": 17925.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.689083,
          "sdRefIntergenicDistribution": 2.423666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 707062,
          "distinctRankCount": 1123,
          "maxRank": 15542.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.874680,
          "sdRefIntergenicDistribution": 3.818169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10701702,
          "distinctRankCount": 3384,
          "maxRank": 17646.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.218268,
          "sdRefIntergenicDistribution": 2.697860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1124713,
          "distinctRankCount": 1466,
          "maxRank": 15972.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000117",
              "name": "CNS neuron (sensu Vertebrata)"
            },
            "cellTypeAuthorAnnotation": "Spinal cord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.285850,
          "sdRefIntergenicDistribution": 3.582499,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5394310,
          "distinctRankCount": 2691,
          "maxRank": 17363.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.464984,
          "sdRefIntergenicDistribution": 2.220509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 303580,
          "distinctRankCount": 803,
          "maxRank": 15378.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002257",
              "name": "epithelial cell of thyroid gland"
            },
            "cellTypeAuthorAnnotation": "Thyroid primordium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.477126,
          "sdRefIntergenicDistribution": 2.374831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 418625,
          "distinctRankCount": 932,
          "maxRank": 15600.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Anterior Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.060397,
          "sdRefIntergenicDistribution": 1.970938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137631,
          "distinctRankCount": 637,
          "maxRank": 14207.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Forebrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.339573,
          "sdRefIntergenicDistribution": 3.918716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7902187,
          "distinctRankCount": 3165,
          "maxRank": 17728.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hindbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.317452,
          "sdRefIntergenicDistribution": 3.812019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7124549,
          "distinctRankCount": 3045,
          "maxRank": 17621.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.816936,
          "sdRefIntergenicDistribution": 1.844109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28389,
          "distinctRankCount": 259,
          "maxRank": 12541.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Midbrain",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.646116,
          "sdRefIntergenicDistribution": 3.488745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3811469,
          "distinctRankCount": 2437,
          "maxRank": 17313.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Primitive Streak",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.694783,
          "sdRefIntergenicDistribution": 2.161041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 233325,
          "distinctRankCount": 777,
          "maxRank": 14833.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Caudal mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.373425,
          "sdRefIntergenicDistribution": 2.776430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1166012,
          "distinctRankCount": 1453,
          "maxRank": 16237.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Cranial mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.235137,
          "sdRefIntergenicDistribution": 3.657761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6243435,
          "distinctRankCount": 2834,
          "maxRank": 17464.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Limb mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.774160,
          "sdRefIntergenicDistribution": 3.002798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1946803,
          "distinctRankCount": 1794,
          "maxRank": 16538.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Nascent mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.086123,
          "sdRefIntergenicDistribution": 1.849857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71475,
          "distinctRankCount": 467,
          "maxRank": 13502.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.038386,
          "sdRefIntergenicDistribution": 2.970285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1625378,
          "distinctRankCount": 1705,
          "maxRank": 16530.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "NMPs/Mesoderm-biased",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.844869,
          "sdRefIntergenicDistribution": 3.088255,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2060313,
          "distinctRankCount": 2017,
          "maxRank": 16758.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Posterior somitic tissues",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.041353,
          "sdRefIntergenicDistribution": 2.925823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1583206,
          "distinctRankCount": 1657,
          "maxRank": 16456.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Definitive Endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.515658,
          "sdRefIntergenicDistribution": 1.751883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54070,
          "distinctRankCount": 370,
          "maxRank": 13352.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.285875,
          "sdRefIntergenicDistribution": 2.753413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1181439,
          "distinctRankCount": 1515,
          "maxRank": 16415.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.225591,
          "sdRefIntergenicDistribution": 3.374310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4331080,
          "distinctRankCount": 2414,
          "maxRank": 17163.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Pharyngeal endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.583643,
          "sdRefIntergenicDistribution": 3.507378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4163499,
          "distinctRankCount": 2458,
          "maxRank": 17430.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.429328,
          "sdRefIntergenicDistribution": 1.807947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70748,
          "distinctRankCount": 400,
          "maxRank": 13591.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.938010,
          "sdRefIntergenicDistribution": 1.883694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93393,
          "distinctRankCount": 461,
          "maxRank": 13793.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.619696,
          "sdRefIntergenicDistribution": 1.658813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30842,
          "distinctRankCount": 261,
          "maxRank": 12771.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.549506,
          "sdRefIntergenicDistribution": 3.452583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10490147,
          "distinctRankCount": 2462,
          "maxRank": 16850.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Sclerotome",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.383124,
          "sdRefIntergenicDistribution": 3.666892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5781499,
          "distinctRankCount": 2750,
          "maxRank": 17483.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011007",
              "name": "paraxial cell"
            },
            "cellTypeAuthorAnnotation": "Somitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.004421,
          "sdRefIntergenicDistribution": 2.946426,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1635422,
          "distinctRankCount": 1761,
          "maxRank": 16446.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.091059,
          "sdRefIntergenicDistribution": 3.876504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10046873,
          "distinctRankCount": 3289,
          "maxRank": 17912.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Presomitic mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.853776,
          "sdRefIntergenicDistribution": 2.577413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 784824,
          "distinctRankCount": 1243,
          "maxRank": 15795.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.831456,
          "sdRefIntergenicDistribution": 3.005117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1954458,
          "distinctRankCount": 1861,
          "maxRank": 16798.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000114",
              "name": "surface ectodermal cell"
            },
            "cellTypeAuthorAnnotation": "Non-neural ectoderm 4",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.424728,
          "sdRefIntergenicDistribution": 3.408046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4029496,
          "distinctRankCount": 2409,
          "maxRank": 17311.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.870709,
          "sdRefIntergenicDistribution": 1.788348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30334,
          "distinctRankCount": 256,
          "maxRank": 12525.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.329033,
          "sdRefIntergenicDistribution": 3.275487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3841558,
          "distinctRankCount": 2259,
          "maxRank": 17113.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011019",
              "name": "mesothelial cell of epicardium"
            },
            "cellTypeAuthorAnnotation": "Epicardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.989412,
          "sdRefIntergenicDistribution": 3.005708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1838775,
          "distinctRankCount": 1739,
          "maxRank": 16749.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.325759,
          "sdRefIntergenicDistribution": 1.889013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129501,
          "distinctRankCount": 552,
          "maxRank": 14191.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.192067,
          "sdRefIntergenicDistribution": 3.690285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6920760,
          "distinctRankCount": 2908,
          "maxRank": 17573.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011010",
              "name": "lateral mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Lateral plate mesoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.144760,
          "sdRefIntergenicDistribution": 3.971765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10277792,
          "distinctRankCount": 3504,
          "maxRank": 17810.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.220850,
          "sdRefIntergenicDistribution": 2.543254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 663663,
          "distinctRankCount": 1233,
          "maxRank": 15849.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002495",
              "name": "fetal cardiomyocyte"
            },
            "cellTypeAuthorAnnotation": "Cardiomyocytes FHF 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.227041,
          "sdRefIntergenicDistribution": 2.552264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1026761,
          "distinctRankCount": 1324,
          "maxRank": 16116.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000670",
              "name": "primordial germ cell"
            },
            "cellTypeAuthorAnnotation": "PGC",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.775038,
          "sdRefIntergenicDistribution": 2.142513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 119948,
          "distinctRankCount": 563,
          "maxRank": 14410.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 784376752,
            "mappedReadsCount": 450125026,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "Epiblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.470725,
          "sdRefIntergenicDistribution": 1.841268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48691,
          "distinctRankCount": 373,
          "maxRank": 13367.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.338085,
          "sdRefIntergenicDistribution": 4.423714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62794113,
          "distinctRankCount": 4509,
          "maxRank": 17820.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "Mesenchyme",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.865630,
          "sdRefIntergenicDistribution": 2.582728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1232379,
          "distinctRankCount": 1253,
          "maxRank": 16051.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 1",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.923318,
          "sdRefIntergenicDistribution": 2.272263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 561841,
          "distinctRankCount": 965,
          "maxRank": 15083.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.894628,
          "sdRefIntergenicDistribution": 3.231787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4734248,
          "distinctRankCount": 2066,
          "maxRank": 16825.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002323",
              "name": "amniocyte"
            },
            "cellTypeAuthorAnnotation": "Amnion 3",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.705800,
          "sdRefIntergenicDistribution": 1.600709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24554,
          "distinctRankCount": 232,
          "maxRank": 12250.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002321",
              "name": "embryonic cell"
            },
            "cellTypeAuthorAnnotation": "Hypoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.317407,
          "sdRefIntergenicDistribution": 1.977021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159813,
          "distinctRankCount": 554,
          "maxRank": 13997.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Gut tube",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.450106,
          "sdRefIntergenicDistribution": 1.906496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141196,
          "distinctRankCount": 516,
          "maxRank": 14267.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Parietal YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.365374,
          "sdRefIntergenicDistribution": 2.167183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 341055,
          "distinctRankCount": 811,
          "maxRank": 14755.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.809414,
          "sdRefIntergenicDistribution": 1.677622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21260,
          "distinctRankCount": 239,
          "maxRank": 12425.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.877442,
          "sdRefIntergenicDistribution": 3.350350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5368032,
          "distinctRankCount": 2123,
          "maxRank": 16998.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000223",
              "name": "endodermal cell"
            },
            "cellTypeAuthorAnnotation": "Visceral YS endoderm 2",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.614952,
          "sdRefIntergenicDistribution": 2.859856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3067855,
          "distinctRankCount": 1729,
          "maxRank": 16482.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000351",
              "name": "trophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Trophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.106604,
          "sdRefIntergenicDistribution": 2.054400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 125162,
          "distinctRankCount": 554,
          "maxRank": 13599.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000525",
              "name": "syncytiotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Early SCT",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.125209,
          "sdRefIntergenicDistribution": 2.584432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 621182,
          "distinctRankCount": 1113,
          "maxRank": 14798.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002543",
              "name": "vein endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Venous endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.067379,
          "sdRefIntergenicDistribution": 1.632691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15589,
          "distinctRankCount": 172,
          "maxRank": 12106.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium-endothelium/Masked",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.606409,
          "sdRefIntergenicDistribution": 1.601773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19398,
          "distinctRankCount": 191,
          "maxRank": 12328.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "Endocardium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.743073,
          "sdRefIntergenicDistribution": 1.707934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48940,
          "distinctRankCount": 319,
          "maxRank": 13089.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "YS endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.730508,
          "sdRefIntergenicDistribution": 2.713870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1498563,
          "distinctRankCount": 1403,
          "maxRank": 16270.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "EMP",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.299382,
          "sdRefIntergenicDistribution": 2.983805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2579590,
          "distinctRankCount": 1977,
          "maxRank": 16546.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0011026",
              "name": "progenitor cell"
            },
            "cellTypeAuthorAnnotation": "SCT progenitors",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.142968,
          "sdRefIntergenicDistribution": 3.196755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3156496,
          "distinctRankCount": 2129,
          "maxRank": 16280.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000523",
              "name": "mononuclear cytotrophoblast cell"
            },
            "cellTypeAuthorAnnotation": "Cytotrophoblast",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.152354,
          "sdRefIntergenicDistribution": 3.006505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2718409,
          "distinctRankCount": 1949,
          "maxRank": 16335.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "Mesothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.831389,
          "sdRefIntergenicDistribution": 3.658267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9503841,
          "distinctRankCount": 2864,
          "maxRank": 17546.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:1001610",
              "name": "bone marrow hematopoietic cell"
            },
            "cellTypeAuthorAnnotation": "Megakaryocytes",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.381718,
          "sdRefIntergenicDistribution": 2.918112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2106785,
          "distinctRankCount": 1689,
          "maxRank": 16248.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000349",
              "name": "extraembryonic cell"
            },
            "cellTypeAuthorAnnotation": "Allantois endothelium",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.695657,
          "sdRefIntergenicDistribution": 1.560387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18254,
          "distinctRankCount": 220,
          "maxRank": 12286.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 472108324,
            "mappedReadsCount": 321214035,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 146133,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Oryctolagus",
                  "speciesName": "cuniculus",
                  "genomeVersion": "OryCun2.0",
                  "speciesFullNameWithoutSpace": "Oryctolagus_cuniculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Oryctolagus_cuniculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9984,
                  "genomeSpeciesId": 9986,
                  "preferredDisplayOrder": 13,
                  "name": "rabbit",
                  "id": 9986
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/",
                "fileName": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP139683",
              "xRefName": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP139683",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41556-023-01174-0",
            "name": "Timecourse single-cell RNA-seq of whole rabbit embryos sampled across gestational days 7, 8 and 9",
            "description": "We characterised the transcriptomic profiles of 146,133 individual cells (post-QC) from whole rabbit embryos spanning gestational days 7, 8 and 9. These experiments were performed to elucidate the molecular programmes underlying gastrulation and early organogenesis in a non-rodent mammal. Combined with existing datasets of early mouse development, our rabbit developmental atlas facilitates a broad cross-species approach to deciphering early human development. Cell libraries were prepared using the 10X Genomics Chromium platform.",
            "id": "ERP139683"
          },
          "id": "ERX9511946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0005292",
              "name": "extraembryonic tissue"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0007005",
              "name": "notochordal cell"
            },
            "cellTypeAuthorAnnotation": "Notochord",
            "devStage": {
              "id": "UBERON:0000068",
              "name": "embryo stage"
            },
            "devStageAuthorAnnotation": "gestational day 9",
            "sex": "mixed",
            "strain": "New Zealand white rabbit",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9986,
              "name": "rabbit",
              "genus": "Oryctolagus",
              "speciesName": "cuniculus",
              "preferredDisplayOrder": 13
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.339483,
          "sdRefIntergenicDistribution": 2.163104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49611,
          "distinctRankCount": 309,
          "maxRank": 12221.50
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Oryctolagus cuniculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Oryctolagus_cuniculus/Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz",
        "title": "Oryctolagus_cuniculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP139683.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Oryctolagus cuniculus",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Oryctolagus_cuniculus/Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad",
        "title": "Oryctolagus_cuniculus_ERP139683_droplet_based.h5ad"
      }
    ]
  }
}